*repeats the group contents below any number of times:
;the literal ; (5910 / 738 / 3B16)
Negated Character Class[^\s;]+ +matches at least one character outside the set below:
\sany whitespace character
;the literal ; (5910 / 738 / 3B16)
@the literal @ (6410 / 1008 / 4016)
Negated Character Class[^\s;]+ +matches at least one character outside the set below:
\sany whitespace character
;the literal ; (5910 / 738 / 3B16)
\.the literal . (4610 / 568 / 2E16)
Negated Character Class[^\s;]+ +matches at least one character outside the set below:
\sany whitespace character
;the literal ; (5910 / 738 / 3B16)