diff options
Diffstat (limited to 'vendor/symfony/string/README.md')
-rw-r--r-- | vendor/symfony/string/README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vendor/symfony/string/README.md b/vendor/symfony/string/README.md new file mode 100644 index 0000000..9c7e1e1 --- /dev/null +++ b/vendor/symfony/string/README.md | |||
@@ -0,0 +1,14 @@ | |||
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) | ||