Download the PHP package piyo2/str without Composer
On this page you can find all versions of the php package piyo2/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
piyo2/str
Normalizing/filtering string.
Features
- Remove control characters (except for tabs or newlines)
- Normalize Unicode composition sequences
- But keep CJK compatibility ideographs
- Block invalid/overlong UTF-8 sequences
- Transform functions:
- Uppercase <=> lowercase
- Zenkaku <=> Hankaku
- Hiragana <=> Katakana (including ゕ ゖ ゝ ゞ)
Requirements
- PHP ≥ 7.1.0
- Intl PHP Extension
- Mbstring PHP Extension
Example
Applying user-defined filter:
Retain control characters:
All versions of str with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.0
The package piyo2/str contains the following files
Loading the files please wait ....