Class Strings
Index
Constructors
Methods
Methods
Staticescape
Escape a given input string prefacing special characters with backslashes for use in a regular expression.
Parameters
- string: string
An un-escaped input string.
Returns string
The escaped string suitable for use in a regular expression.
- string: string
Staticnormalize
Normalizes a string.
Parameters
- string: string
A string to normalize for comparisons.
Returns string
Cleaned string.
- string: string
Provides utility functions for strings.
This class should not be constructed as it only contains static methods.