zx/vendor/symfony/string
gboy ed1278a5e3 first 2024-07-02 15:32:59 +08:00
..
Exception first 2024-07-02 15:32:59 +08:00
Inflector first 2024-07-02 15:32:59 +08:00
Resources first 2024-07-02 15:32:59 +08:00
Slugger first 2024-07-02 15:32:59 +08:00
AbstractString.php first 2024-07-02 15:32:59 +08:00
AbstractUnicodeString.php first 2024-07-02 15:32:59 +08:00
ByteString.php first 2024-07-02 15:32:59 +08:00
CHANGELOG.md first 2024-07-02 15:32:59 +08:00
CodePointString.php first 2024-07-02 15:32:59 +08:00
LICENSE first 2024-07-02 15:32:59 +08:00
LazyString.php first 2024-07-02 15:32:59 +08:00
README.md first 2024-07-02 15:32:59 +08:00
UnicodeString.php first 2024-07-02 15:32:59 +08:00
composer.json first 2024-07-02 15:32:59 +08:00

README.md

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