User:Ohconfucius/test/MOSNUM dates code.js: Difference between revisions

Content deleted Content added
+ errant format catch
protect 1.1.1994 (song title -Amanda Palmer)
Line 602:
// regex(/(.)(protect string)(.)/gi, protect_function);
regex(/(.)(11\/22\/63)(.)/gi, protect_function);
regex(/(.)(1\.1\.1994)(.)/gi, protect_function);
regex(/(.)(4th of July, Asbury)(.)/gi, protect_function);
regex(/((?:\[\[|\'\')June)( 1, 1974)(?=[\]\'])/gi, '$1♫$2');