cfn/vendor/symfony/string
2025-02-24 12:07:54 +08:00
..
Exception Initial commit 2025-02-24 12:07:54 +08:00
Inflector Initial commit 2025-02-24 12:07:54 +08:00
Resources Initial commit 2025-02-24 12:07:54 +08:00
Slugger Initial commit 2025-02-24 12:07:54 +08:00
AbstractString.php Initial commit 2025-02-24 12:07:54 +08:00
AbstractUnicodeString.php Initial commit 2025-02-24 12:07:54 +08:00
ByteString.php Initial commit 2025-02-24 12:07:54 +08:00
CHANGELOG.md Initial commit 2025-02-24 12:07:54 +08:00
CodePointString.php Initial commit 2025-02-24 12:07:54 +08:00
composer.json Initial commit 2025-02-24 12:07:54 +08:00
LazyString.php Initial commit 2025-02-24 12:07:54 +08:00
LICENSE Initial commit 2025-02-24 12:07:54 +08:00
README.md Initial commit 2025-02-24 12:07:54 +08:00
TruncateMode.php Initial commit 2025-02-24 12:07:54 +08:00
UnicodeString.php Initial commit 2025-02-24 12:07:54 +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