danielstjules / Stringy

A PHP string manipulation library with multibyte support
MIT License
2.46k stars 216 forks source link

Fix #134: Improve support without mbstring #137

Closed danielstjules closed 8 years ago

danielstjules commented 8 years ago

WIP. This will be a hacky solution once I get it working, then a following major release will deprecate all use of mb_ereg. It's confusing to most anyway, since they're used to PCRE

danielstjules commented 8 years ago

This is a temporary solution. Deprecating use of mb_ereg in another branch which will become Stringy 3.x.