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
Christian Flothmann f50e6afd7d Merge branch '5.2' into 5.x
* 5.2:
  install compatible versions of mongodb/mongodb only
  fix taking error message from the correct violation
  fix resolving parent/self/static type annotations
  [Console] fix QuestionHelper::getHiddenResponse() not working with space in project directory name
  [WebLink] Escape double quotes in attributes values
  [String] Check if function exists before declaring it
2021-02-17 16:27:35 +01:00
..
Exception [String] Remove the @experimental status 2020-02-06 17:58:08 +01:00
Inflector Fix merge 2021-01-25 16:14:59 +01:00
Resources [String] Check if function exists before declaring it 2021-02-16 11:20:28 +01:00
Slugger [String] Make AsciiSlugger fallback to parent locale's symbolsMap 2021-01-26 10:33:05 +01:00
Tests [String] Make AsciiSlugger fallback to parent locale's symbolsMap 2021-01-26 10:33:05 +01:00
.gitattributes Add missing entries in .gitattributes 2020-12-05 08:09:10 +01:00
.gitignore
AbstractString.php [String] fix before/after[Last]() returning the empty string instead of the original one on non-match 2020-10-22 14:08:44 +02:00
AbstractUnicodeString.php Merge branch '5.1' 2020-09-17 09:22:48 +02:00
ByteString.php Merge branch '5.1' 2020-09-02 18:27:44 +02:00
CHANGELOG.md [String] Make AsciiSlugger fallback to parent locale's symbolsMap 2021-01-26 10:33:05 +01:00
CodePointString.php Merge branch '4.4' into 5.1 2020-09-02 18:23:27 +02:00
composer.json Improve composer.json descriptions 2021-01-10 17:38:16 +01:00
LazyString.php Merge branch '4.4' into 5.1 2020-09-02 18:23:27 +02:00
LICENSE Bump license year 2021-01-01 10:26:30 +01:00
phpunit.xml.dist
README.md [String] Remove the @experimental status 2020-02-06 17:58:08 +01:00
UnicodeString.php Dont allow unserializing classes with a destructor - 5.1 2020-12-12 17:30:27 +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