StringUtil
class StringUtil
Creates singulars from plurals.
Methods
static string|array
singularify(string $plural)
Returns the singular form of a word.
Details
at line line 138
static string|array
singularify(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.