query
On this page

escape

lib.strings.escape

Docs pulled from | This Revision | 17 minutes ago


Escape occurrence of the elements of list in string by prefixing it with a backslash.

Inputs

list
1. Function argument
string
2. Function argument

Type

escape :: [string] -> string -> string

Examples

lib.strings.escape usage example

escape ["(" ")"] "(foo)"
=> "\\(foo\\)"

Noogle also knows

Aliases