string_util library
Helper functions to performantly transform strings, without RegExp
.
Functions
-
stripRegexStraySlashes(
String str) → String -
stripStray(
String haystack, String needle) → String - Removes leading and trailing occurrences of a pattern from a string.
-
stripStraySlashes(
String str) → String