*repeats the group contents below any number of times:
Comment: Match additional parameters:
\s*any whitespace character, repeated any number of times
,the literal , (4410 / 548 / 2C16)
\s*any whitespace character, repeated any number of times
Comment: Match comma, but skip spaces.
\g<parameters>calls group parameters as a subroutine
Comment: Recurse additional parameters.