This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/String
2019-10-14 13:33:56 +02:00
..
Exception [String] a new component for object-oriented strings management with an abstract unit system 2019-09-25 16:38:20 +02:00
Resources [String] renamed core classes to Byte/CodePoint/UnicodeString 2019-10-04 09:55:49 +02:00
Slugger minor #33816 [String] renamed core classes to Byte/CodePoint/UnicodeString (nicolas-grekas) 2019-10-07 13:18:18 +02:00
Tests [String] optimize equalsTo/startsWith/endsWith 2019-10-14 13:33:56 +02:00
.gitattributes [String] a new component for object-oriented strings management with an abstract unit system 2019-09-25 16:38:20 +02:00
.gitignore [String] a new component for object-oriented strings management with an abstract unit system 2019-09-25 16:38:20 +02:00
AbstractString.php [String] add $lastGlue argument to join() methods 2019-10-08 17:49:00 +02:00
AbstractUnicodeString.php [String] add $lastGlue argument to join() methods 2019-10-08 17:49:00 +02:00
ByteString.php [String] optimize equalsTo/startsWith/endsWith 2019-10-14 13:33:56 +02:00
CHANGELOG.md [String] add tests 2019-09-25 16:38:21 +02:00
CodePointString.php [String] optimize equalsTo/startsWith/endsWith 2019-10-14 13:33:56 +02:00
composer.json [FrameworkBundle] encourage installing intl when String is available 2019-10-04 09:49:39 +02:00
LICENSE [String] a new component for object-oriented strings management with an abstract unit system 2019-09-25 16:38:20 +02:00
phpunit.xml.dist [String] a new component for object-oriented strings management with an abstract unit system 2019-09-25 16:38:20 +02:00
README.md [String] a new component for object-oriented strings management with an abstract unit system 2019-09-25 16:38:20 +02:00
UnicodeString.php [String] optimize equalsTo/startsWith/endsWith 2019-10-14 13:33:56 +02:00

String Component

The String component provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way.

This component is experimental. Experimental features are not covered by Symfony's Backward Compatibility Promise.

Resources