User:DemonDays64/Bot/Regex Example
Will find and edit the italicized section if the previous text is there:
http://www.example.com ''url= http://example.com url = http://example.com [ http://example.com url= example.com url= www.example.com url= http://www.example.com
This thing will only affect the
or
or the
and not the
(or variation) or the square bracket, through the magic of Regex lookbehinds.
Negative for:
and all other things containinghttps://www.example.com
orhttps://www.
before the urlhttps:// - ?url=http://www.example.com
Doesn't work in Firefox, so bot will run in Chrome when approved instead :o