Option escape
Single character used for escaping. It only applies to characters matching the quote
and the escape
options default to double quotes ("
).
- Type:
string|Buffer
- Optional
- Default:
false
- Since: 0.0.1
Default behavior
The default escape value is double quotes ("
). It is automatically applied when quotes are present.
Using a custom value
The custom escape example, uses the alternative backslash (\
).