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 1bcb360 commit 6a763a8Copy full SHA for 6a763a8
components/string.rst
@@ -300,10 +300,6 @@ Methods to Pad and Trim
300
u('template.html.twig')->trimSuffix('.twig'); // 'template.html'
301
u('template.html.twig')->trimSuffix(['.twig', '.html']); // 'template'
302
303
-.. versionadded:: 5.4
304
-
305
- The ``trimPrefix()`` and ``trimSuffix()`` methods were introduced in Symfony 5.4.
306
307
Methods to Search and Replace
308
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
309
0 commit comments