Hyphenate "teary-eyed"
This commit is contained in:
parent
f3366e8346
commit
5a25df658b
1 changed files with 1 additions and 0 deletions
|
|
@ -663,6 +663,7 @@ function fixHyphens(xml) {
|
|||
xml = xml.replace(/([Nn]ightmare) filled/g, "$1-filled");
|
||||
xml = xml.replace(/([Oo]ne) sided/g, "$1-sided");
|
||||
xml = xml.replace(/([Mm]edium) sized/g, "$1-sized");
|
||||
xml = xml.replace(/([Tt]eary) eyed/g, "$1-eyed");
|
||||
xml = xml.replace(/([Ss]elf) (conscious|esteem|loathing|harm|destruct|preservation)/g, "$1-$2");
|
||||
xml = xml.replace(/([Oo]ne|[Tt]wo|[Tt]hree|[Ff]our|[Ff]ourth) dimensional/g, "$1-dimensional");
|
||||
xml = xml.replace(/(?<=\b)([Oo]ne) on one(?=\b)/g, "$1-on-one");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue