Differences between versions

ItemVersion from 08:49, 1 April 2009 by MacGyverMagicVersion from 08:52, 1 April 2009 by Dragons flight
Basic information
Notes:
This regex logs edits that enter the same 4-25 character phrase at least 4 times in a text.
This regex logs edits that enter the same 4-25 character phrase at least 4 times in a text.
Keeping in log-only to check for false positives.
Keeping in log-only to check for false positives.
Was based on http://en.wikipedia.org/?title=Kinship&diff=280722645&oldid=279106143 and the related request by the same anon at WP:FALSEPOS.
Was based on http://en.wikipedia.org/?title=Kinship&diff=280722645&oldid=279106143 and the related request by the same anon at WP:FALSEPOS.
rlike is much nicer on the execution than rcount if the intention is to fine 1 or more.  -DF
Filter conditions
Conditions:
( documentation)
(rcount("([^-\|]{4,25})\1\1\1",added_lines) >= 1)
(added_lines rlike "([^-\|]{4,25})\1\1\1")
/*Ignoring insertion of only whitespace which is caught by other filter and not neccesarily bad */
/*Ignoring insertion of only whitespace which is caught by other filter and not neccesarily bad */
& !(rcount("(\s{4,25})\1\1\1",added_lines) >= 1)
& !(added_lines rlike "(\s{4,25})\1\1\1")

Differences between versions

ItemVersion from 08:49, 1 April 2009 by MacGyverMagicVersion from 08:52, 1 April 2009 by Dragons flight
Basic information
Notes:
This regex logs edits that enter the same 4-25 character phrase at least 4 times in a text.
This regex logs edits that enter the same 4-25 character phrase at least 4 times in a text.
Keeping in log-only to check for false positives.
Keeping in log-only to check for false positives.
Was based on http://en.wikipedia.org/?title=Kinship&diff=280722645&oldid=279106143 and the related request by the same anon at WP:FALSEPOS.
Was based on http://en.wikipedia.org/?title=Kinship&diff=280722645&oldid=279106143 and the related request by the same anon at WP:FALSEPOS.
rlike is much nicer on the execution than rcount if the intention is to fine 1 or more.  -DF
Filter conditions
Conditions:
( documentation)
(rcount("([^-\|]{4,25})\1\1\1",added_lines) >= 1)
(added_lines rlike "([^-\|]{4,25})\1\1\1")
/*Ignoring insertion of only whitespace which is caught by other filter and not neccesarily bad */
/*Ignoring insertion of only whitespace which is caught by other filter and not neccesarily bad */
& !(rcount("(\s{4,25})\1\1\1",added_lines) >= 1)
& !(added_lines rlike "(\s{4,25})\1\1\1")

Videos

Youtube | Vimeo | Bing

Websites

Google | Yahoo | Bing

Encyclopedia

Google | Yahoo | Bing

Facebook