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
2020-03-03 14:08:48 +01:00
..
Exception [String] Remove the @experimental status 2020-02-06 17:58:08 +01:00
Resources [String] Add the s() helper method 2020-02-07 08:57:11 +01:00
Slugger [String] Transliterate & to and 2020-02-13 16:03:58 +01:00
Tests [String] Add AbstractString::containsAny() 2020-03-03 14:08:48 +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] Add AbstractString::containsAny() 2020-03-03 14:08:48 +01:00
AbstractUnicodeString.php [String] Remove the @experimental status 2020-02-06 17:58:08 +01:00
ByteString.php [String] Remove the @experimental status 2020-02-06 17:58:08 +01:00
CHANGELOG.md [String] Add AbstractString::containsAny() 2020-03-03 14:08:48 +01:00
CodePointString.php [String] Remove the @experimental status 2020-02-06 17:58:08 +01:00
composer.json [String] add LazyString to provide generic stringable objects 2020-02-03 18:27:47 +01:00
LazyString.php [String] add LazyString to provide generic stringable objects 2020-02-03 18:27:47 +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] Remove the @experimental status 2020-02-06 17:58:08 +01:00
UnicodeString.php Merge branch '5.0' 2020-02-29 11:07:16 +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.

Resources