|
|
| /*(user_age == 0 | (user_age > 0 & user_editcount <= 100)) &*/
| | !contains_any(user_rights, "bot", "extendedconfirmed") & |
| page_namespace == 0 & | | page_namespace == 0 & |
| ( | | ( |
| my_regex := "(ngày\s\d{1,2}\s|\d{1,2}\s|)tháng\s\d{1,2}(\snăm\s\d{1,4}|)"; | | my_regex := "(ngày\s\d{1,2}\s|\d{1,2}\s|)tháng\s\d{1,2}(\snăm\s\d{1,4}|)"; |
| new := get_matches(my_regex, added_lines); | | new := get_matches(my_regex, added_lines); |
| old := get_matches(my_regex, removed_lines); | | old := get_matches(my_regex, removed_lines); |
| new[0] != old[0] | | new[0] != old[0] |
| ) | | ) |