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.
2 parents d1da6ba + 656c2c1 commit 31642f3Copy full SHA for 31642f3
components/string.rst
@@ -647,6 +647,12 @@ class to convert English words from/to singular/plural with confidence::
647
The value returned by both methods is always an array because sometimes it's not
648
possible to determine a unique singular/plural form for the given word.
649
650
+.. note::
651
+
652
+ Symfony also provides a :class:`Symfony\\Component\\String\\Inflector\\FrenchInflector`
653
+ and an :class:`Symfony\\Component\\String\\Inflector\\InflectorInterface` if
654
+ you need to implement your own inflector.
655
656
.. _`ASCII`: https://en.wikipedia.org/wiki/ASCII
657
.. _`Unicode`: https://en.wikipedia.org/wiki/Unicode
658
.. _`Code points`: https://en.wikipedia.org/wiki/Code_point
0 commit comments