FestinHegre/vendor/symfony/string
2024-09-26 17:26:04 +02:00
..
Exception Vendor 2024-09-26 17:26:04 +02:00
Inflector Vendor 2024-09-26 17:26:04 +02:00
Resources Vendor 2024-09-26 17:26:04 +02:00
Slugger Vendor 2024-09-26 17:26:04 +02:00
AbstractString.php Vendor 2024-09-26 17:26:04 +02:00
AbstractUnicodeString.php Vendor 2024-09-26 17:26:04 +02:00
ByteString.php Vendor 2024-09-26 17:26:04 +02:00
CHANGELOG.md Vendor 2024-09-26 17:26:04 +02:00
CodePointString.php Vendor 2024-09-26 17:26:04 +02:00
composer.json Vendor 2024-09-26 17:26:04 +02:00
LazyString.php Vendor 2024-09-26 17:26:04 +02:00
LICENSE Vendor 2024-09-26 17:26:04 +02:00
README.md Vendor 2024-09-26 17:26:04 +02:00
UnicodeString.php Vendor 2024-09-26 17:26:04 +02: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