srcthe literal text src (case insensitive) \s*any whitespace character, repeated any number of times
=the literal = (6110 / 758 / 3D16)
\s*any whitespace character, repeated any number of times
'the literal ' (3910 / 478 / 2716)
"the literal " (3410 / 428 / 2216)
\/the literal / (4710 / 578 / 2F16)
mycmsthe literal text mycms (case insensitive) \/the literal / (4710 / 578 / 2F16)
~the literal ~ (12610 / 1768 / 7E16)
\/the literal / (4710 / 578 / 2F16)
mediathe literal text media (case insensitive) \/the literal / (4710 / 578 / 2F16)
Character Class[a-f0-9]{32} {32}matches exactly 32 characters from the set below:
a-fone character from a (9710) to f (10210) (case insensitive)
0-9one character from 0 (4810) to 9 (5710)
\.the literal . (4610 / 568 / 2E16)
ashxthe literal text ashx (case insensitive) \4the text saved by group 4