*repeats the group contents below any number of times:
\d{1,2}a digit, repeated between 1 and 2 times
\1the text saved by group 1
wthe literal w (11910 / 1678 / 7716) (case sensitive)
pthe literal p (11210 / 1608 / 7016) (case sensitive)
\d{1,2}a digit, repeated between 1 and 2 times
\1the text saved by group 1