Download the PHP package nox7/multibyte-strings without Composer
On this page you can find all versions of the php package nox7/multibyte-strings. 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 multibyte-strings
Multibyte PHP Strings
An ongoing helper library to make working with multibyte strings easier in PHP.
Purpose
By default, the majority of PHP functions revolve around byte count instead of character count. If, for example, you want to find the position of a string stub inside a larger string that includes multibyte characters (UTF-8), then the returning positions will be incorrect.
Usage
Finding a Stub in a String
Getting a Padded Stub Result
In this case, you can get a padding string surrounding your found stub with proper care for multibyte characters.
All versions of multibyte-strings with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
ext-mbstring Version *
ext-mbstring Version *
The package nox7/multibyte-strings contains the following files
Loading the files please wait ....