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
Thomas Calvet 347d8252fb [String] Made AbstractString::width() follow POSIX.1-2001
Co-authored-by: Nicolas Grekas <nicolas.grekas@gmail.com>
2020-01-23 11:37:52 +01: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] Made AbstractString::width() follow POSIX.1-2001 2020-01-23 11:37:52 +01:00
Slugger minor #33816 [String] renamed core classes to Byte/CodePoint/UnicodeString (nicolas-grekas) 2019-10-07 13:18:18 +02:00
Tests [String] Made AbstractString::width() follow POSIX.1-2001 2020-01-23 11:37:52 +01:00
.gitattributes [String] Made AbstractString::width() follow POSIX.1-2001 2020-01-23 11:37:52 +01: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] Made AbstractString::width() follow POSIX.1-2001 2020-01-23 11:37:52 +01:00
AbstractUnicodeString.php [String] Made AbstractString::width() follow POSIX.1-2001 2020-01-23 11:37:52 +01:00
ByteString.php [String] Made AbstractString::width() follow POSIX.1-2001 2020-01-23 11:37:52 +01:00
CHANGELOG.md [String] Made AbstractString::width() follow POSIX.1-2001 2020-01-23 11:37:52 +01:00
CodePointString.php [String] add missing encoding when calling mb_ord() 2020-01-14 18:54:59 +01:00
composer.json [String] Made AbstractString::width() follow POSIX.1-2001 2020-01-23 11:37:52 +01:00
LICENSE Update year in license files 2020-01-01 15:53:07 +01: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][UnicodeString] Remove unneeded flag in chunk regex pattern 2019-12-23 19:25:43 +01: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