This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Inflector
2020-05-04 09:08:14 +02:00
..
Tests [3.4][Inflector] Improve testSingularize() argument name 2020-05-04 09:08:14 +02:00
.gitignore [Inflector] Add .gitignore file 2019-09-17 10:36:34 +02:00
composer.json Merge branch '2.8' into 3.4 2018-05-01 15:53:27 -07:00
Inflector.php [Inflector] add support 'see' to 'ee' for singularize 'fees' to 'fee' 2019-09-13 12:10:01 +02:00
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
phpunit.xml.dist Merge branch '2.8' into 3.4 2018-11-11 20:48:54 +01:00
README.md Add Inflector component (from StringUtil of PropertyAccess) 2016-03-31 15:36:48 +08:00

Inflector Component

Inflector converts words between their singular and plural forms (English only).

Disclaimer

This component is currently marked as internal. Do not use it in your own code. Breaking changes may be introduced in the next minor version of Symfony, or the component itself might even be removed completely.

Resources