Positive Lookbehind(?<=\() \(the literal ( (4010 / 508 / 2816)
\da Unicode decimal digit
\da Unicode decimal digit
-?optionally matches the literal - (4510 / 558 / 2D16)
\da Unicode decimal digit
\da Unicode decimal digit
.*?any Unicode character (except for line terminators), repeated any number of times
\)the literal ) (4110 / 518 / 2916)
g modifier: global. Finds all matches instead of stopping after the first