Escapes all characters that would have a special meaning in a regular expression.
This method can be used when a string with arbitrary content has to be integrated into a regular expression and when the whole string should match literally.
Param | Type | Default Value | Description |
---|---|---|---|
sString | string | String to escape |
Method | Description |
---|