Retrieves the plural form of a word if it is an irregular plural.
The singular form of the word to check.
The irregular plural form if found, or null if not found.
null
getIrregularPlural('child'); // returns 'children'getIrregularPlural('dog'); // returns null Copy
getIrregularPlural('child'); // returns 'children'getIrregularPlural('dog'); // returns null
Retrieves the plural form of a word if it is an irregular plural.