uRDthe literal text uRD (case sensitive) .+any Unicode character (except for line terminators), repeated at least once
Acceptthe literal text Accept (case sensitive) \s+a Unicode whitespace character, repeated at least once
\d{2}a Unicode decimal digit, repeated exactly 2 times
,the literal , (4410 / 548 / 2C16)
\d{2}a Unicode decimal digit, repeated exactly 2 times
,the literal , (4410 / 548 / 2C16)
\d{2}a Unicode decimal digit, repeated exactly 2 times
,rc=the literal text ,rc= (case sensitive) \d+a Unicode decimal digit, repeated at least once
g modifier: global. Finds all matches instead of stopping after the first