Returns a regex pattern that normalized the given pattern
Optional
The pattern to inspect
a regex pattern that normalized the given pattern
David Hsing
normalizePattern('\\\\d'); // '\d' Copy
normalizePattern('\\\\d'); // '\d'
Returns a regex pattern that normalized the given pattern