\ban ASCII word boundary
Character Class[0-9a-f]{8} {8}matches exactly 8 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)
\ban ASCII word boundary
-the literal - (4510 / 558 / 2D16)
Character Class[0-9a-f]{4} {4}matches exactly 4 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)
-the literal - (4510 / 558 / 2D16)
Character Class[0-9a-f]{4} {4}matches exactly 4 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)
-the literal - (4510 / 558 / 2D16)
Character Class[0-9a-f]{4} {4}matches exactly 4 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)
-the literal - (4510 / 558 / 2D16)
\ban ASCII word boundary
Character Class[0-9a-f]{12} {12}matches exactly 12 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)
\ban ASCII word boundary