.*any character (except for line terminators), repeated any number of times
+matches at least one character from the set below:
\wany word character
\.the literal . (4610 / 568 / 2E16)
\(the literal ( (4010 / 508 / 2816)
.*any character (except for line terminators), repeated any number of times
\)the literal ) (4110 / 518 / 2916)
.*any character (except for line terminators), repeated any number of times