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 054e67c commit 4c583ceCopy full SHA for 4c583ce
components/string.rst
@@ -633,6 +633,12 @@ class to convert English words from/to singular/plural with confidence::
633
The value returned by both methods is always an array because sometimes it's not
634
possible to determine a unique singular/plural form for the given word.
635
636
+.. note::
637
+
638
+ Symfony also provide a :class:`Symfony\\Component\\String\\Inflector\\FrenchInflector`
639
+ and an :class:`Symfony\\Component\\String\\Inflector\\InflectorInterface` to implements
640
+ if you need to use your own inflector.
641
642
.. _`ASCII`: https://en.wikipedia.org/wiki/ASCII
643
.. _`Unicode`: https://en.wikipedia.org/wiki/Unicode
644
.. _`Code points`: https://en.wikipedia.org/wiki/Code_point
0 commit comments