8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b8bbfe commit d173ef3Copy full SHA for d173ef3
components/string.rst
@@ -649,6 +649,12 @@ class to convert English words from/to singular/plural with confidence::
649
The value returned by both methods is always an array because sometimes it's not
650
possible to determine a unique singular/plural form for the given word.
651
652
+.. note::
653
+
654
+ Symfony also provide a :class:`Symfony\\Component\\String\\Inflector\\FrenchInflector`
655
+ and an :class:`Symfony\\Component\\String\\Inflector\\InflectorInterface` to implements
656
+ if you need to use your own inflector.
657
658
.. _`ASCII`: https://en.wikipedia.org/wiki/ASCII
659
.. _`Unicode`: https://en.wikipedia.org/wiki/Unicode
660
.. _`Code points`: https://en.wikipedia.org/wiki/Code_point
0 commit comments