commons-text icon indicating copy to clipboard operation
commons-text copied to clipboard

Apache Commons Text

Results 21 commons-text issues
Sort by recently updated
recently updated
newest added

Currently, `StringEscapeUtils` unescapes ECMAScript using the Java strategy. This mostly works, but ECMAScript additionally supports `\xCC` escapes, where `CC` is a hex code. This PR adds support for that, as...