Content deleted Content added
Ohconfucius (talk | contribs) tweak protection of grammatical strings containing "may be" |
Ohconfucius (talk | contribs) bug fix modal may |
||
Line 883:
// expressions and grammatical strings including modal "may"
regex(/(\W)((?:\d{1,3}) may)(
regex(/(\W)((?:\d{3}|3[2-9]|[4-9]\d)\/\d dec(?:l\.?|))(\W)/gi, protect_function);
regex(/(\W)((?:\d{2,3})\/\d dec(?:l\.?|))( \(\d\d? overs)/gi, protect_function);
|