mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-15 18:19:38 +00:00
7b06be0204
This is because there are many filters using this feature. Moreover, it could make it a little easier to add new arguments, just like dangling commas in PHP arrays do. Also re-align the CachingParser code of doLevelFunctions to the one in the old Parser. Bug: T153251 Change-Id: Ie4325159f47310788da57415a5e36e62aa4efad0
5 lines
176 B
Raku
5 lines
176 B
Raku
contains_any("like anyone else", "else", "someone") &
|
|
contains_any("street fighter", "fight") &
|
|
!(contains_any('My foo is cute', 'bar', 'wtf')) &
|
|
contains_any([[1], [2,3]], 1)
|