mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-15 18:19:38 +00:00
909eec6716
Follow-up of Ic30883f7d261d974a2be46308d023e2714119e95, with two files that I forgot to git-add and a repositioning of comments to avoid the last bracket to be reported as uncovered. Bug: T201193 Change-Id: I6bf7e5892a0f49f6a138792f0aedf230a70c18a8
7 lines
180 B
Raku
7 lines
180 B
Raku
"foobér" rlike "^[fq]o{2}\\S.r$" &
|
|
"foo" regex "^f..?.$" &
|
|
"UPPERCASE" irlike "uppercase" &
|
|
"lowercase" irlike "LOWERCASE" &
|
|
"1234567" irlike "12345" &
|
|
"FoObAR" irlike "^[a-z]+$"
|