.*any Unicode character (except for line terminators), repeated any number of times
\(the literal ( (4010 / 508 / 2816)
\d+a Unicode decimal digit, repeated at least once
\.*the literal . (4610 / 568 / 2E16) , repeated any number of times
\d*a Unicode decimal digit, repeated any number of times
\)the literal ) (4110 / 518 / 2916)
.*any Unicode character (except for line terminators), repeated any number of times