\w+a Unicode word character, repeated at least once
/the literal / (4710 / 578 / 2F16)
\w{32}a Unicode word character, repeated exactly 32 times
\.the literal . (4610 / 568 / 2E16)
htmlthe literal text html (case sensitive) g modifier: global. Finds all matches instead of stopping after the first