Exception
1 year ago
Inflector
1 year ago
Resources
1 year ago
Slugger
1 year ago
AbstractString.php
1 year ago
AbstractUnicodeString.php
1 year ago
ByteString.php
1 year ago
CHANGELOG.md
1 year ago
CodePointString.php
1 year ago
LICENSE
1 year ago
LazyString.php
1 year ago
README.md
1 year ago
UnicodeString.php
1 year ago
composer.json
1 year ago
README.md
15 lines
| 1 | String Component |
| 2 | ================ |
| 3 | |
| 4 | The String component provides an object-oriented API to strings and deals |
| 5 | with bytes, UTF-8 code points and grapheme clusters in a unified way. |
| 6 | |
| 7 | Resources |
| 8 | --------- |
| 9 | |
| 10 | * [](https://symfony.com/doc/current/components/string.htmlDocumentation](https://symfony.com/doc/current/components/string.html](https://symfony.com/doc/current/components/string.html) |
| 11 | * [](https://symfony.com/doc/current/contributing/index.htmlContributing](https://symfony.com/doc/current/contributing/index.html](https://symfony.com/doc/current/contributing/index.html) |
| 12 | * [](https://github.com/symfony/symfony/issuesReport issues](https://github.com/symfony/symfony/issues](https://github.com/symfony/symfony/issues) and |
| 13 | [](https://github.com/symfony/symfony/pullssend Pull Requests](https://github.com/symfony/symfony/pulls](https://github.com/symfony/symfony/pulls) |
| 14 | in the [](https://github.com/symfony/symfonymain Symfony repository](https://github.com/symfony/symfony](https://github.com/symfony/symfony) |
| 15 |