trs_matrimony/vendor/symfony/string
2024-08-22 09:31:12 +05:30
..
Exception project initial commit 2024-08-22 09:31:12 +05:30
Inflector project initial commit 2024-08-22 09:31:12 +05:30
Resources project initial commit 2024-08-22 09:31:12 +05:30
Slugger project initial commit 2024-08-22 09:31:12 +05:30
AbstractString.php project initial commit 2024-08-22 09:31:12 +05:30
AbstractUnicodeString.php project initial commit 2024-08-22 09:31:12 +05:30
ByteString.php project initial commit 2024-08-22 09:31:12 +05:30
CHANGELOG.md project initial commit 2024-08-22 09:31:12 +05:30
CodePointString.php project initial commit 2024-08-22 09:31:12 +05:30
composer.json project initial commit 2024-08-22 09:31:12 +05:30
LazyString.php project initial commit 2024-08-22 09:31:12 +05:30
LICENSE project initial commit 2024-08-22 09:31:12 +05:30
README.md project initial commit 2024-08-22 09:31:12 +05:30
UnicodeString.php project initial commit 2024-08-22 09:31:12 +05:30

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