Description Usage Arguments Details Value Examples
Converts a word into a plural (English).
1 |
singular |
character: singular form of the word. |
num |
integer: number of items. |
irregular |
character: plural form of the word if it is irregular and needs to be explicitly supplied. |
This function would usually be used in a context where the number of items
num
is a variable and not known at run-time.
character: singular or plural form of the word, depending on the
value of num
.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.