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-08-08 15:51:54 +02:00
..
Exception [String] Remove the @experimental status 2020-02-06 17:58:08 +01:00
Inflector [String] Move Inflector in String 2020-05-05 08:40:05 +02:00
Resources [String] Update wcswidth data 2020-03-12 09:06:22 +01:00
Slugger Merge branch '5.0' into 5.1 2020-07-08 10:27:49 +02:00
Tests [String] We cannot have a "provides" function in test cases. 2020-08-08 15:51:54 +02:00
.gitattributes [String] Made AbstractString::width() follow POSIX.1-2001 2020-01-23 11:37:52 +01:00
.gitignore
AbstractString.php [String] Fix ellipsis of truncate when not using cut option 2020-06-11 14:16:36 +02:00
AbstractUnicodeString.php Merge branch '5.0' into 5.1 2020-07-08 10:27:49 +02:00
ByteString.php Fix tests 2020-05-05 17:08:52 +02:00
CHANGELOG.md [String] allow passing a string of custom characters to ByteString::fromRandom 2020-05-04 23:13:29 +01:00
CodePointString.php [String] Remove the @experimental status 2020-02-06 17:58:08 +01:00
composer.json Merge branch '5.0' into 5.1 2020-05-20 19:43:50 +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
README.md [String] Remove the @experimental status 2020-02-06 17:58:08 +01:00
UnicodeString.php Merge branch '5.0' 2020-02-29 11:07:16 +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.

Resources