Download the PHP package kennynguyeenx/vietnamese-text without Composer
On this page you can find all versions of the php package kennynguyeenx/vietnamese-text. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kennynguyeenx/vietnamese-text
More information about kennynguyeenx/vietnamese-text
Files in kennynguyeenx/vietnamese-text
Package vietnamese-text
Short Description Provide some Vietnamese string handling and manipulating functions.
License MIT
Informations about the package vietnamese-text
kennynguyeenx/vietnamese-text
Provide some Vietnamese string handling and manipulating functions
Features
- Filter a Vietnamese string
- Make a Vietnamese string uppercase
- Make a Vietnamese string lowercase
- Get Vietnamese string length
- Reverse a Vietnamese string
- Convert a Vietnamese string to an array
- Make a Vietnamese string's first character uppercase
- Convert a Vietnamese string to a Latin string
- No external dependencies.
- PSR-4 compatible.
- Compatible with PHP >= PHP 7.
Installation
-
You can download vietnamese-text through https://github.com/kennynguyeenx/vietnamese-text.
-
vietnamese-text requires the Internationalization extension and Multibyte String extension from PHP.
- Typically you can use the configure option
--enable-intl --enable-mbstring
while compiling PHP. More information can be found in the PHP documentation.
Usage
Filter a Vietnamese string:
Make a Vietnamese string lowercase:
Make a Vietnamese string uppercase:
Get Vietnamese string length:
Reverse a Vietnamese string:
Convert a Vietnamese string to an array:
Make a Vietnamese string's first character uppercase:
Convert a Vietnamese string to a Latin string:
All versions of vietnamese-text with dependencies
ext-intl Version *
ext-mbstring Version *