Stringy icon indicating copy to clipboard operation
Stringy copied to clipboard

A PHP string manipulation library with multibyte support

Results 34 Stringy issues
Sort by recently updated
recently updated
newest added

There are several issues that have been opened about these methods, and then closed with the concern that they wouldn't be able to be multi-lingual. I hope this approach will...

Currently, title casing is very naive, in that it simply capitalises each word. This changes `titleize()` and `toTitleCase()` do a much better job at doing proper title casing, including lower...

First of all, thanks for a great library! A strip_tags() function that actually works would be a great addition! Must be able to handle: - tags - tags - prevent...

Hello @danielstjules, Your library is **really great**! I'm using it in several projects and it is a must-have swiss knife. Here's what I suggest for improving it: 1. On the...