class Inflector
Converts words between singular and plural forms.
Methods
static string|array | singularize(string $plural) Returns the singular form of a word. |
Details
static string|array singularize(string $plural)
Returns the singular form of a word.
If the method can't determine the form with certainty, an array of the possible singulars is returned.
Please login to continue.