We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea50dc7 + 5d49314 commit 656c2c1Copy full SHA for 656c2c1
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 provides a :class:`Symfony\\Component\\String\\Inflector\\FrenchInflector`
639
+ and an :class:`Symfony\\Component\\String\\Inflector\\InflectorInterface` if
640
+ you need to implement 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