\h*any horizontal whitespace character, repeated any number of times
definethe literal text define (case insensitive) \s*any whitespace character, repeated any number of times
\(the literal ( (4010 / 508 / 2816)
\s*any whitespace character, repeated any number of times
\'the literal ' (3910 / 478 / 2716)
"the literal " (3410 / 428 / 2216)
\w*?any word character, repeated any number of times
\'the literal ' (3910 / 478 / 2716)
"the literal " (3410 / 428 / 2216)
\s*any whitespace character, repeated any number of times