<inputthe literal text <input (case sensitive) .*?any character (except for line terminators), repeated any number of times
"the literal " (3410 / 428 / 2216)
Character Class[a-zA-z0-9]{32} {32}matches exactly 32 characters from the set below:
a-zone character from a (9710) to z (12210) (case sensitive)
A-zone character from A (6510) to z (12210) (case sensitive)
0-9one character from 0 (4810) to 9 (5710)
"the literal " (3410 / 428 / 2216)
.*?any character (except for line terminators), repeated any number of times
value="1"the literal text value="1" (case sensitive) .*any character (except for line terminators), repeated any number of times
>the literal > (6210 / 768 / 3E16)
g modifier: global. Finds all matches instead of stopping after the first