*repeats the group contents below any number of times:
\s*a Unicode whitespace character, repeated any number of times
\,?optionally matches the literal , (4410 / 548 / 2C16)
\s*a Unicode whitespace character, repeated any number of times
\ba Unicode word boundary
\d{1,2}a Unicode decimal digit, repeated between 1 and 2 times
\ba Unicode word boundary