Ustring icon indicating copy to clipboard operation
Ustring copied to clipboard

The Hoa\Ustring library.

Results 7 Ustring issues
Sort by recently updated
recently updated
newest added

_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...

dependencies

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

17 comment

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...

in progress

`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...

bug
difficulty: casual

Edit by @Hywan: Fix https://github.com/hoaproject/Ustring/issues/21.

enhancement
in progress
difficulty: medium

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 :-).

enhancement
in progress
difficulty: hard