Details |
Letzte Änderung |
Log anzeigen
| RSS feed
| Revision |
Autor |
Zeilennr. |
Zeile |
| 148 |
lars |
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 |
* [Documentation](https://symfony.com/doc/current/components/string.html)
|
|
|
11 |
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
|
|
|
12 |
* [Report issues](https://github.com/symfony/symfony/issues) and
|
|
|
13 |
[send Pull Requests](https://github.com/symfony/symfony/pulls)
|
|
|
14 |
in the [main Symfony repository](https://github.com/symfony/symfony)
|