itskp-odense/vendor/symfony/string
Anders 78df7dd754 v0.0.0 Initial Commit 2021-06-01 10:17:03 +02:00
..
Exception v0.0.0 Initial Commit 2021-06-01 10:17:03 +02:00
Inflector v0.0.0 Initial Commit 2021-06-01 10:17:03 +02:00
Resources v0.0.0 Initial Commit 2021-06-01 10:17:03 +02:00
Slugger v0.0.0 Initial Commit 2021-06-01 10:17:03 +02:00
AbstractString.php v0.0.0 Initial Commit 2021-06-01 10:17:03 +02:00
AbstractUnicodeString.php v0.0.0 Initial Commit 2021-06-01 10:17:03 +02:00
ByteString.php v0.0.0 Initial Commit 2021-06-01 10:17:03 +02:00
CHANGELOG.md v0.0.0 Initial Commit 2021-06-01 10:17:03 +02:00
CodePointString.php v0.0.0 Initial Commit 2021-06-01 10:17:03 +02:00
LICENSE v0.0.0 Initial Commit 2021-06-01 10:17:03 +02:00
LazyString.php v0.0.0 Initial Commit 2021-06-01 10:17:03 +02:00
README.md v0.0.0 Initial Commit 2021-06-01 10:17:03 +02:00
UnicodeString.php v0.0.0 Initial Commit 2021-06-01 10:17:03 +02:00
composer.json v0.0.0 Initial Commit 2021-06-01 10:17:03 +02: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