spqr/vendor/symfony/string
2024-11-05 12:10:06 +08:00
..
Exception init 2024-11-05 12:10:06 +08:00
Inflector init 2024-11-05 12:10:06 +08:00
Resources init 2024-11-05 12:10:06 +08:00
Slugger init 2024-11-05 12:10:06 +08:00
AbstractString.php init 2024-11-05 12:10:06 +08:00
AbstractUnicodeString.php init 2024-11-05 12:10:06 +08:00
ByteString.php init 2024-11-05 12:10:06 +08:00
CHANGELOG.md init 2024-11-05 12:10:06 +08:00
CodePointString.php init 2024-11-05 12:10:06 +08:00
composer.json init 2024-11-05 12:10:06 +08:00
LazyString.php init 2024-11-05 12:10:06 +08:00
LICENSE init 2024-11-05 12:10:06 +08:00
README.md init 2024-11-05 12:10:06 +08:00
UnicodeString.php init 2024-11-05 12:10:06 +08: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