Makes regexes for bracketed strings.
Makes regexes for bracketed strings.
a string of delimeters, e.g., (){}[]<>
a string with the escape characters
Makes regexes for delimited strings.
Makes regexes for delimited strings. Uses non-capturing groups and possessive quantifiers for efficiency.
Returns a literal pattern String for the specified String.
Returns a literal pattern String for the specified String. This method differs from scala.util.matching.Regex.quote() in that it adds backslashes to regex metacharacters instead of surrounding the string with \Q and \E