Provides utility functions for strings.
This class should not be constructed as it only contains static methods.
Static
Escape a given input string prefacing special characters with backslashes for use in a regular expression.
An un-escaped input string.
The escaped string suitable for use in a regular expression.
Normalizes a string.
A string to normalize for comparisons.
Cleaned string.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/normalize
Provides utility functions for strings.
This class should not be constructed as it only contains static methods.