*repeats the group contents below any number of times:
\s*any whitespace character, repeated any number of times
,the literal , (4410 / 548 / 2C16)
\s*any whitespace character, repeated any number of times
Negated Character Class[^,\s\)]+ +matches at least one character outside the set below:
,the literal , (4410 / 548 / 2C16)
\sany whitespace character
\)the literal ) (4110 / 518 / 2916)