Ustring
Ustring copied to clipboard
The Hoa\Ustring library.
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
Dependabot can't resolve your PHP dependency files. As a result, Dependabot couldn't update your dependencies. The error Dependabot encountered was: ``` Your requirements could not be resolved to an installable...
Ci
Sequel to #40 I've created this PR here instead of on @vonglasow repository because I'm facing strange behavior on Travis and prefer to let PR hook of the original repository...
`Ustring::replace` supports 2 forms for the second argument: Either a string, or a callable. If it is a string, then `preg_replace` is used, else `preg_replace_callback`. The string `'_'` is considered...
Edit by @Hywan: Fix https://github.com/hoaproject/Ustring/issues/21.
A string can contain both left-to-right and right-to-left text. We need a better algorithm to guess the current direction of a text :-).