MIF_E31222629/vendor/symfony/string
Sherrrr 4ed3f3a9f5 Initial commit 2025-06-25 11:51:12 +07:00
..
Exception Initial commit 2025-06-25 11:51:12 +07:00
Inflector Initial commit 2025-06-25 11:51:12 +07:00
Resources Initial commit 2025-06-25 11:51:12 +07:00
Slugger Initial commit 2025-06-25 11:51:12 +07:00
AbstractString.php Initial commit 2025-06-25 11:51:12 +07:00
AbstractUnicodeString.php Initial commit 2025-06-25 11:51:12 +07:00
ByteString.php Initial commit 2025-06-25 11:51:12 +07:00
CodePointString.php Initial commit 2025-06-25 11:51:12 +07:00
LICENSE Initial commit 2025-06-25 11:51:12 +07:00
LazyString.php Initial commit 2025-06-25 11:51:12 +07:00
README.md Initial commit 2025-06-25 11:51:12 +07:00
TruncateMode.php Initial commit 2025-06-25 11:51:12 +07:00
UnicodeString.php Initial commit 2025-06-25 11:51:12 +07:00
composer.json Initial commit 2025-06-25 11:51:12 +07: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