Namespace comb.regexp
Regeular expression utilities
Defined in: regexp.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Method Attributes | Method Name and Description |
---|---|
<static> |
comb.regexp.escapeString(str, except)
Escapes a string
|
Method Detail
<static>
{String}
comb.regexp.escapeString(str, except)
Escapes a string
- Parameters:
- {String} str
- the string to escape
- {String} except Optional
- characters to ignore
- Returns:
- {String} the escaped string