#the literal # (3510 / 438 / 2316)
+matches at least one character from the set below:
0-9one character from 0 (4810) to 9 (5710)
Group left(?P<left>[0-9]+) +matches at least one character from the set below:
0-9one character from 0 (4810) to 9 (5710)
,the literal , (4410 / 548 / 2C16)
+matches at least one character from the set below:
0-9one character from 0 (4810) to 9 (5710)
Group width(?P<width>[0-9]+) +matches at least one character from the set below:
0-9one character from 0 (4810) to 9 (5710)
xthe literal x (12010 / 1708 / 7816) (case sensitive)
Group height(?P<height>[0-9]+) +matches at least one character from the set below:
0-9one character from 0 (4810) to 9 (5710)
g modifier: global. Finds all matches instead of stopping after the first
m modifier: multiline. Causes ^ and $ to match the start and end of each line, not only the start and end of the string