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