escapeRE

Take a string, and return a regular expression that matches that string exactly (escape RE metacharacters).

string
escapeRE
(
string s
)

Meta