Static class for converting English words to plural and singular forms
| Myna. Inflector | Static class for converting English words to plural and singular forms |
| Functions | |
| pluralize | returns the plural version of a word |
| singularize | returns the singular version of a word |
returns the plural version of a word
pluralize:function ( word )
returns the singular version of a word
singularize:function ( word )