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
Fabien Potencier 5f2be641d4 Fix CS
2020-08-17 10:48:15 +02:00
..
Exception [String] Remove the @experimental status 2020-02-06 17:58:08 +01:00
Inflector Fix CS 2020-08-17 10:48:15 +02:00
Resources Fix CS 2020-08-17 09:48:54 +02:00
Slugger Merge branch '5.0' into 5.1 2020-07-08 10:27:49 +02:00
Tests Merge branch '5.1' 2020-08-17 09:50:35 +02:00
.gitattributes [String] Made AbstractString::width() follow POSIX.1-2001 2020-01-23 11:37:52 +01: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-08-17 09:48:54 +02:00
AbstractUnicodeString.php Merge branch '5.0' into 5.1 2020-07-08 10:27:49 +02:00
ByteString.php Merge branch '5.1' 2020-08-17 09:50:35 +02:00
CHANGELOG.md Added a FrenchInflector for the String component 2020-06-27 22:18:36 +02:00
CodePointString.php Fix CS 2020-08-17 09:48:54 +02:00
composer.json Merge branch '5.1' 2020-05-20 19:44:07 +02:00
LazyString.php Leverage PHP8's get_debug_type() 2020-03-16 17:46:21 +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] Remove the @experimental status 2020-02-06 17:58:08 +01:00
UnicodeString.php Fix CS 2020-08-17 09:48:54 +02: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.

Resources