+matches at least one character from the set below:
\wany word character
\(the literal ( (4010 / 508 / 2816)
\d+a digit, repeated at least once
,the literal , (4410 / 548 / 2C16)
\d+a digit, repeated at least once
\)the literal ) (4110 / 518 / 2916)
}the literal } (12510 / 1758 / 7D16)
g modifier: global. Finds all matches instead of stopping after the first