To write a regular expression literal that matches the subst…
To write a regular expression literal that matches the substring of characters “go”, you place it between two backslashes, retaining the quotation marks, like this: \”go”\.
To write a regular expression literal that matches the subst…