Character Class[0-9a-fA-F]{2} {2}matches exactly 2 characters from the set below:
0-9one character from 0 (4810) to 9 (5710)
a-fone character from a (9710) to f (10210) (case sensitive)
A-Fone character from A (6510) to F (7010) (case sensitive)
,the literal , (4410 / 548 / 2C16)
Character Class[0-9a-fA-F]{2} {2}matches exactly 2 characters from the set below:
0-9one character from 0 (4810) to 9 (5710)
a-fone character from a (9710) to f (10210) (case sensitive)
A-Fone character from A (6510) to F (7010) (case sensitive)
,the literal , (4410 / 548 / 2C16)
Character Class[0-9a-fA-F]{2} {2}matches exactly 2 characters from the set below:
0-9one character from 0 (4810) to 9 (5710)
a-fone character from a (9710) to f (10210) (case sensitive)
A-Fone character from A (6510) to F (7010) (case sensitive)
,the literal , (4410 / 548 / 2C16)
Character Class[0-9a-fA-F]{2} {2}matches exactly 2 characters from the set below:
0-9one character from 0 (4810) to 9 (5710)
a-fone character from a (9710) to f (10210) (case sensitive)
A-Fone character from A (6510) to F (7010) (case sensitive)
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