|
|
|
|
|
by Nadya
3076 days ago
|
|
Functionally - yes. By definition - no. A blacklist won't allow items that match and a whitelist only allows items that match. Blacklists include by default and whitelists exclude by default. Since the regex needs to match to be included - it is, by definition, a whitelist. It excludes by default anything that doesn't match. It just so happens the net being cast is so wide as to be "all except ____" where a whitelist is usually seen as "none except ____". |
|