Download the PHP package jonasrudolph/php-component-stringutility without Composer
On this page you can find all versions of the php package jonasrudolph/php-component-stringutility. 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 php-component-stringutility
php-component-stringutility
- Well tested functions on strings:
Consistent rules used in all functions
-
When a function searches for a needle anywhere in a string and the string contains the needle more than once - then, the function will use the first occurence of the needle in the string for further computations
That means:One exception is the substringBetween function which will search for the first $untilBefore-string after the occurence of the first $startAfter-string
- Every character of a a string is surrounded by the empty string ('') infinitly times
That means:
Contributors
All versions of php-component-stringutility with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5
The package jonasrudolph/php-component-stringutility contains the following files
Loading the files please wait ....