diff --git a/components/string.rst b/components/string.rst index 3db3a5df851..5da1fa2a88a 100644 --- a/components/string.rst +++ b/components/string.rst @@ -8,11 +8,6 @@ The String Component The String component provides a single object-oriented API to work with three "unit systems" of strings: bytes, code points and grapheme clusters. -.. versionadded:: 5.0 - - The String component was introduced in Symfony 5.0 as an - :doc:`experimental feature `. - Installation ------------