*matches any number of characters from the set below:
0-9one character from 0 (4810) to 9 (5710)
??optionally matches the literal (3210 / 408 / 2016)
\(*the literal ( (4010 / 508 / 2816) , repeated any number of times
+repeats the group contents below at least once:
+matches at least one character from the set below:
a-zone character from a (9710) to z (12210) (case insensitive)
*matches any number of characters from the set below:
₀-₉one character from ₀ (832010) to ₉ (832910)
\)*the literal ) (4110 / 518 / 2916) , repeated any number of times
*matches any number of characters from the set below:
₀-₉one character from ₀ (832010) to ₉ (832910)