Content deleted Content added
Ohconfucius (talk | contribs) No edit summary |
Ohconfucius (talk | contribs) changed from catch-all ".*?" to "[^<]*?" following nondetection at USS Enterprise (1799) |
||
Line 563:
regex(/(\[(?:https?:|ftp:))([^\]]*\])(.)/gi, protect_function);
regex(/(>[ ]*(?:https?:|ftp:))([^< >\]]*)([ ]*<)/gi, protect_function);
regex(/(<blockquote>)(
regex(/((?:image\d?|image_skyline|image[ _]___location\d?|image[ _]name|img|pic)\s*=)([^\|\}]*)([\|\}])/gi, protect_function);
regex(/((?:file|image\d?|image ___location\d?|img|pic|title|quote|chapter|journal|url|archiveurl|work|doi)\s*=)([^\|\}]*)([\|\}])/gi, protect_function);
|