| 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 |
|