External module "tools/str"
Functions
applyEscape
- applyEscape(data: string): string
-
Parameters
Returns string
replace
- replace(format: string, params: object): string
-
Parameters
-
format: string
-
params: object
Returns string
reverseEscape
- reverseEscape(data: string): string
-
Parameters
Returns string
Transforms the given string into one where some characters have been properly replaced with their escape versions.