Escape characters for a regex
Arguments
- x
Object to escape.
Methods (by class)
regex
: Objects are simply passed through unchanged.
character_class
: Objects are surrounded by braces.
character
: Objects are properly escaped for regular expressions.
default
: default escape coerces to character and escapes.
list
: simply call escape on all elements of the list.