the-stringler icon indicating copy to clipboard operation
the-stringler copied to clipboard

An OOP approach to string manipulation.

Results 1 the-stringler issues
Sort by recently updated
recently updated
newest added

... you are using some non UTF-8 compatible string functions like "str_ireplace()", "strrev()" or "str_pad()". I am trying to solve the problem with "Portable UTF-8". (https://github.com/voku/portable-utf8) PS: I have already...

enhancement