i modifier: insensitive. Matches without distinguishing uppercase and lowercase letters
{the literal { (12310 / 1738 / 7B16)
Character Class[a-f\d]{8} {8}matches exactly 8 characters from the set below:
a-fone character from a (9710) to f (10210) (case insensitive)
\da digit
-?optionally matches the literal - (4510 / 558 / 2D16)
Character Class[a-f\d]{4} {4}matches exactly 4 characters from the set below:
a-fone character from a (9710) to f (10210) (case insensitive)
\da digit
-?optionally matches the literal - (4510 / 558 / 2D16)
Character Class[a-f\d]{4} {4}matches exactly 4 characters from the set below:
a-fone character from a (9710) to f (10210) (case insensitive)
\da digit
-?optionally matches the literal - (4510 / 558 / 2D16)
Character Class[a-f\d]{4} {4}matches exactly 4 characters from the set below:
a-fone character from a (9710) to f (10210) (case insensitive)
\da digit
-?optionally matches the literal - (4510 / 558 / 2D16)
Character Class[a-f\d]{12} {12}matches exactly 12 characters from the set below:
a-fone character from a (9710) to f (10210) (case insensitive)
\da digit
}the literal } (12510 / 1758 / 7D16)