Description Usage Arguments Value Examples
"regular" is the "deregularized" form of "irregular".
Calling plural("irregular") will return "regular" if you
define a rule such as add_irregular_rule("irregular", "regular").
1 | add_irregular_rule(irregular_word, regular_word)
|
irregular_word |
the irregular form of the word |
regular_word |
regular form of a word |
nothing (function produces a side effect of modifying in-memory internal package envrionment)
1 2 3 | add_irregular_rule("irregular", "regular")
pluralize("irregular")
pluralize("paper")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.