\d{2}a Unicode decimal digit, repeated exactly 2 times
\wa Unicode word character
-the literal - (4510 / 558 / 2D16)
\d{5}a Unicode decimal digit, repeated exactly 5 times
_the literal _ (9510 / 1378 / 5F16)
DCthe literal text DC (case sensitive) \d{1,3}a Unicode decimal digit, repeated between 1 and 3 times
_the literal _ (9510 / 1378 / 5F16)
\wa Unicode word character
\d{2}a Unicode decimal digit, repeated exactly 2 times
_the literal _ (9510 / 1378 / 5F16)
\d*a Unicode decimal digit, repeated any number of times
_the literal _ (9510 / 1378 / 5F16)
Pthe literal P (8010 / 1208 / 5016) (case sensitive)
1-3one character from 1 (4910) to 3 (5110)
_the literal _ (9510 / 1378 / 5F16)
*repeats the group contents below any number of times:
W_the literal text W_ (case sensitive) UV-metric the literal text UV-metric (case sensitive) psKathe literal text psKa (case sensitive) pKathe literal text pKa (case sensitive) .any Unicode character (except for line terminators)
t3rthe literal text t3r (case sensitive) g modifier: global. Finds all matches instead of stopping after the first