lms/vendor/symfony/string
2025-12-15 12:26:23 +01:00
..
Exception Initial commit from Specify template 2025-12-15 12:26:23 +01:00
Inflector Initial commit from Specify template 2025-12-15 12:26:23 +01:00
Resources Initial commit from Specify template 2025-12-15 12:26:23 +01:00
Slugger Initial commit from Specify template 2025-12-15 12:26:23 +01:00
AbstractString.php Initial commit from Specify template 2025-12-15 12:26:23 +01:00
AbstractUnicodeString.php Initial commit from Specify template 2025-12-15 12:26:23 +01:00
ByteString.php Initial commit from Specify template 2025-12-15 12:26:23 +01:00
CHANGELOG.md Initial commit from Specify template 2025-12-15 12:26:23 +01:00
CodePointString.php Initial commit from Specify template 2025-12-15 12:26:23 +01:00
composer.json Initial commit from Specify template 2025-12-15 12:26:23 +01:00
LazyString.php Initial commit from Specify template 2025-12-15 12:26:23 +01:00
LICENSE Initial commit from Specify template 2025-12-15 12:26:23 +01:00
README.md Initial commit from Specify template 2025-12-15 12:26:23 +01:00
TruncateMode.php Initial commit from Specify template 2025-12-15 12:26:23 +01:00
UnicodeString.php Initial commit from Specify template 2025-12-15 12:26:23 +01: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