W3cubDocs

/Symfony 4.1

Inflector

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.

Parameters

string $plural A word in plural form

Return Value

string|array The singular form or an array of possible singular forms

© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Inflector/Inflector.html