Skip to content
Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way.
PHP
Branch: master
Clone or download

Latest commit

nicolas-grekas Merge branch '5.1'
* 5.1:
  [PhpUnitBridge] fix leftover
  [PhpUnitBridge] fix installing under PHP >= 8
  Use ">=" for the "php" requirement
  bump icu 67.1
  [DI] Remove preload primitive types
  [Validator] Add missing translations of nn locale
  [HttpKernel] Fix that the `Store` would not save responses with the X-Content-Digest header present
  [Intl] bump icu 67.1
  [Validator] allow passing a validator to Validation::createCallable()
Latest commit 5a3def0 May 20, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Exception [String] Remove the @experimental status Feb 6, 2020
Inflector [String] Move Inflector in String May 5, 2020
Resources [String] Update wcswidth data Mar 12, 2020
Slugger [String] Add locale-sensitive map for slugging symbols Apr 21, 2020
Tests [5.1] CS fixes May 8, 2020
.gitattributes [String] Made AbstractString::width() follow POSIX.1-2001 Jan 23, 2020
.gitignore [String] a new component for object-oriented strings management with … Sep 25, 2019
AbstractString.php feature #35936 [String] Add AbstractString::containsAny() (nicolas-gr… Mar 16, 2020
AbstractUnicodeString.php Merge branch '5.0' Mar 16, 2020
ByteString.php Fix tests May 5, 2020
CHANGELOG.md [String] allow passing a string of custom characters to ByteString::f… May 4, 2020
CodePointString.php [String] Remove the @experimental status Feb 6, 2020
LICENSE Update year in license files Jan 1, 2020
LazyString.php Leverage PHP8's get_debug_type() Mar 16, 2020
README.md [String] Remove the @experimental status Feb 6, 2020
UnicodeString.php Merge branch '5.0' Feb 29, 2020
composer.json Merge branch '5.1' May 20, 2020
phpunit.xml.dist [String] a new component for object-oriented strings management with … Sep 25, 2019

README.md

You can’t perform that action at this time.