Live blogging from SymfonyLive London 2019

This commit is contained in:
Oliver Davies 2019-09-13 17:14:28 +01:00
parent 7f33dab4a5
commit 7e6856d12f

View file

@ -613,4 +613,8 @@ It depends. Fine for a 'modest' size. Use a real proxy for larger scale apps, us
* `grapheme_*()` `normalizer_*()`
* `symfony/polyfill-*` - pure PHP implementation
* Made a component - **symfony/string**
*
* Object orientated api for strings. Immutable value objects
* `AbstractString`
* `GraphemeString`
* `Utf8String`
* `BinaryString`