Content deleted Content added
Ohconfucius (talk | contribs) tweak to Century |
Ohconfucius (talk | contribs) No edit summary |
||
Line 174:
ohc_regex(/(\W)@Day(\s(?:and|&|to|or)\s)@Day(?:\sof\s?)?(?:[ ]| )@Month(?=\W\D)/gi, '$1@Day1$2@Day2 @LMonth');
ohc_regex(/(\W)(?:the |)@DD@th?(?:\sof)\s@Month,? @YYYY(?=\W\D)/gi, '$1@Day @LMonth @YYYY');
ohc_regex(/(\W)(?:the |)@DD@th?(?:\sof)\s@Month(?=\W\D)/gi, '$1@Day @LMonth');
ohc_regex(/(\W)@Day(?:\sof|)(?:[ _]| )@Month(?=[^\|\]\w\d])/gi, '$1@Day @LMonth');
ohc_regex(/(\W)@DD<sup>@th?<\/sup>(?:\sof\s?)?\s(@Month)(?=\W\D)/gi, '$1@Day @LMonth');
|