Content deleted Content added
Catching dates of another form (March 7th) |
rm. per Bobblewik |
||
Line 48:
// ranked days
txt.value = txt.value.replace(/\[\[(\d{1,2}(?:st|nd|rd|th))\]\]/gi, '$1');
//BC etc
|
Catching dates of another form (March 7th) |
rm. per Bobblewik |
||
Line 48:
// ranked days
txt.value = txt.value.replace(/\[\[(\d{1,2}(?:st|nd|rd|th))\]\]/gi, '$1');
//BC etc
|