Download the PHP package litgroup/str without Composer
On this page you can find all versions of the php package litgroup/str. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package str
String utils for PHP 7
String utils for PHP.
Installation
Example of usage
UTF-8 String Manipulation
There is the class Str
, which contains collection of methods for string
manipulation. This methods use mb_string
internally, but you should'n
be worried of encoding. Str
methods always work with the UTF-8 encoding.
Check the code to see all methods.
Using Patterns
From time to time you need to check that a string matches to the pattern.
For this purpose, this library provides the Pattern
interface.
RegExp
is one implementation of Pattern
, which represents Perl-Compatible
Regular Expressions (PCRE).
All versions of str with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
ext-mbstring Version *
ext-mbstring Version *
The package litgroup/str contains the following files
Loading the files please wait ....