layfi-earn/vendor/symfony/string
2025-01-27 20:49:47 +08:00
..
Exception init 2025-01-27 20:49:47 +08:00
Inflector init 2025-01-27 20:49:47 +08:00
Resources init 2025-01-27 20:49:47 +08:00
Slugger init 2025-01-27 20:49:47 +08:00
AbstractString.php init 2025-01-27 20:49:47 +08:00
AbstractUnicodeString.php init 2025-01-27 20:49:47 +08:00
ByteString.php init 2025-01-27 20:49:47 +08:00
CHANGELOG.md init 2025-01-27 20:49:47 +08:00
CodePointString.php init 2025-01-27 20:49:47 +08:00
composer.json init 2025-01-27 20:49:47 +08:00
LazyString.php init 2025-01-27 20:49:47 +08:00
LICENSE init 2025-01-27 20:49:47 +08:00
README.md init 2025-01-27 20:49:47 +08:00
TruncateMode.php init 2025-01-27 20:49:47 +08:00
UnicodeString.php init 2025-01-27 20:49:47 +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