fedi-feed-router/backend/vendor/symfony/string
2025-08-03 20:35:13 +02:00
..
Exception Front/back split - first draft 2025-08-03 20:35:13 +02:00
Inflector Front/back split - first draft 2025-08-03 20:35:13 +02:00
Resources Front/back split - first draft 2025-08-03 20:35:13 +02:00
Slugger Front/back split - first draft 2025-08-03 20:35:13 +02:00
AbstractString.php Front/back split - first draft 2025-08-03 20:35:13 +02:00
AbstractUnicodeString.php Front/back split - first draft 2025-08-03 20:35:13 +02:00
ByteString.php Front/back split - first draft 2025-08-03 20:35:13 +02:00
CHANGELOG.md Front/back split - first draft 2025-08-03 20:35:13 +02:00
CodePointString.php Front/back split - first draft 2025-08-03 20:35:13 +02:00
composer.json Front/back split - first draft 2025-08-03 20:35:13 +02:00
LazyString.php Front/back split - first draft 2025-08-03 20:35:13 +02:00
LICENSE Front/back split - first draft 2025-08-03 20:35:13 +02:00
README.md Front/back split - first draft 2025-08-03 20:35:13 +02:00
TruncateMode.php Front/back split - first draft 2025-08-03 20:35:13 +02:00
UnicodeString.php Front/back split - first draft 2025-08-03 20:35:13 +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