namespace Symfony\Component\String
Object name | File name | Summary |
---|---|---|
AbstractString | vendor/symfony/string/AbstractString.php | Represents a string of abstract characters. |
AbstractUnicodeString | vendor/symfony/string/AbstractUnicodeString.php | Represents a string of abstract Unicode characters. |
ByteString | vendor/symfony/string/ByteString.php | Represents a binary-safe string of bytes. |
CodePointString | vendor/symfony/string/CodePointString.php | Represents a string of Unicode code points encoded as UTF-8. |
LazyString | vendor/symfony/string/LazyString.php | A string whose value is computed lazily by a callback. |
UnicodeString | vendor/symfony/string/UnicodeString.php | Represents a string of Unicode grapheme clusters encoded as UTF-8. |