Parkingthe literal text Parking (case sensitive) .*any character (except for line terminators), repeated any number of times
\sany whitespace character
.*any character (except for line terminators), repeated any number of times
formulathe literal text formula (case sensitive) \sany whitespace character
fieldthe literal text field (case sensitive) \sany whitespace character
.{9}any character (except for line terminators), repeated exactly 9 times
.*any character (except for line terminators), repeated any number of times
<the literal < (6010 / 748 / 3C16)
\/the literal / (4710 / 578 / 2F16)
span><the literal text span>< (case sensitive) \/the literal / (4710 / 578 / 2F16)
td>the literal text td> (case sensitive) g modifier: global. Finds all matches instead of stopping after the first