<escape>keyword</escape>
| Name | Description |
|---|---|
| batch | escapes characters for DOS batch files |
| code | escapes characters for C style strings |
| double-quote | repeats double quotes for inside double quotes |
| single-quote | repeats single quotes for inside single quotes |
| hyphen | converts hyphens to underscores |
| underscore | converts underscores to hyphens |
| slash | converts slashes to backslashes |
| backslash | converts backslashes to slashes |