Character Class[a-f0-9]{8} {8}matches exactly 8 characters from the set below:
a-fone character from a (9710) to f (10210) (case sensitive)
0-9one character from 0 (4810) to 9 (5710)
-the literal - (4510 / 558 / 2D16)
Character Class[a-f0-9]{4} {4}matches exactly 4 characters from the set below:
a-fone character from a (9710) to f (10210) (case sensitive)
0-9one character from 0 (4810) to 9 (5710)
-the literal - (4510 / 558 / 2D16)
Character Class[a-f0-9]{4} {4}matches exactly 4 characters from the set below:
a-fone character from a (9710) to f (10210) (case sensitive)
0-9one character from 0 (4810) to 9 (5710)
-the literal - (4510 / 558 / 2D16)
Character Class[a-f0-9]{4} {4}matches exactly 4 characters from the set below:
a-fone character from a (9710) to f (10210) (case sensitive)
0-9one character from 0 (4810) to 9 (5710)
-the literal - (4510 / 558 / 2D16)
Character Class[a-f0-9]{12} {12}matches exactly 12 characters from the set below:
a-fone character from a (9710) to f (10210) (case sensitive)
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