This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/String
2020-02-26 23:30:10 +01:00
..
Exception [String] a new component for object-oriented strings management with an abstract unit system 2019-09-25 16:38:20 +02:00
Resources [String] renamed core classes to Byte/CodePoint/UnicodeString 2019-10-04 09:55:49 +02:00
Slugger minor #33816 [String] renamed core classes to Byte/CodePoint/UnicodeString (nicolas-grekas) 2019-10-07 13:18:18 +02:00
Tests [String] add test case for wordwrap method 2020-01-09 10:55:26 +01:00
.gitattributes Merge branch '4.4' 2019-10-22 19:21:12 +02:00
.gitignore [String] a new component for object-oriented strings management with an abstract unit system 2019-09-25 16:38:20 +02:00
AbstractString.php Fix CS 2020-02-04 10:47:34 +01:00
AbstractUnicodeString.php Fix CS 2020-02-04 10:47:34 +01:00
ByteString.php Fix CS 2020-02-04 10:47:34 +01:00
CHANGELOG.md [String] add tests 2019-09-25 16:38:21 +02:00
CodePointString.php [String] add missing encoding when calling mb_ord() 2020-01-14 18:54:59 +01:00
composer.json Allow PHP ^7.2.5 2019-11-18 18:27:11 +01:00
LICENSE Update year in license files 2020-01-01 15:53:07 +01:00
phpunit.xml.dist [String] a new component for object-oriented strings management with an abstract unit system 2019-09-25 16:38:20 +02:00
README.md [String] a new component for object-oriented strings management with an abstract unit system 2019-09-25 16:38:20 +02:00
UnicodeString.php [5.0] Remove some unused variables 2020-02-26 23:30:10 +01:00

String Component

The String component provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way.

This component is experimental. Experimental features are not covered by Symfony's Backward Compatibility Promise.

Resources