\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
_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
_Pthe literal text _P (case sensitive) 1-3one character from 1 (4910) to 3 (5110)
_the literal _ (9510 / 1378 / 5F16)
W*the literal W (8710 / 1278 / 5716) (case sensitive), repeated any number of times
_*the literal _ (9510 / 1378 / 5F16) , repeated any number of times
UV-metric pthe literal text UV-metric p (case sensitive) s*the literal s (11510 / 1638 / 7316) (case sensitive), repeated any number of times
Kathe literal text Ka (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