dev-master
9999999-dev https://github.com/youlweb/_String_Library of _Chain_ links for string processing.
MIT
The Requires
- php >=5.3.0
- chain/core dev-master
The Development Requires
by Julien Tord
Library of _Chain_ links for string processing.
_Length_ Get the length of a string., (*1)
_Lowercase_ Make a string lowercase., (*2)
_ShannonEntropy_ Estimate the average minimum number of bits needed to encode a string of symbols based on the alphabet size and the frequency of the symbols., (*3)
_Uppercase_ Make a string uppercase., (*4)
_Whitespace_
Reduce substrings containing more than one whitespace to a single whitespace.
By default, leading and trailing whitespaces are also removed.
Whitespaces include tab, newline, and linebreak characters., (*5)
Library of _Chain_ links for string processing.
MIT