left :the literal text left : (case sensitive) -?optionally matches the literal - (4510 / 558 / 2D16)
\d{1,4}a digit, repeated between 1 and 4 times
px; top:the literal text px; top: (case sensitive) -?optionally matches the literal - (4510 / 558 / 2D16)
\d{1,4}a digit, repeated between 1 and 4 times
px;"the literal text px;" (case sensitive) \s*any whitespace character, repeated any number of times
onmouseover="updithe literal text onmouseover="updi (case sensitive) \(the literal ( (4010 / 508 / 2816)
event,'the literal text event,' (case sensitive) Group 3(\d{4}-\d{2}-\d{2}) \d{4}a digit, repeated exactly 4 times
-the literal - (4510 / 558 / 2D16)
\d{2}a digit, repeated exactly 2 times
-the literal - (4510 / 558 / 2D16)
\d{2}a digit, repeated exactly 2 times
the literal (3210 / 408 / 2016)
\d{2}a digit, repeated exactly 2 times
:the literal : (5810 / 728 / 3A16)
\d{2}a digit, repeated exactly 2 times
the literal (3210 / 408 / 2016)
\w{3,4}any word character, repeated between 3 and 4 times
the literal (3210 / 408 / 2016)
\(the literal ( (4010 / 508 / 2816)
Group 6(T\+ ?\d{1,3}:\d{2}) Tthe literal T (8410 / 1248 / 5416) (case sensitive)
\+the literal + (4310 / 538 / 2B16)
?optionally matches the literal (3210 / 408 / 2016)
\d{1,3}a digit, repeated between 1 and 3 times
:the literal : (5810 / 728 / 3A16)
\d{2}a digit, repeated exactly 2 times
\)the literal ) (4110 / 518 / 2916)
<br>Distances: the literal text <br>Distances: (case sensitive) \d{1,4}a digit, repeated between 1 and 4 times
\.the literal . (4610 / 568 / 2E16)
\da digit
nmthe literal text nm (case sensitive) \/the literal / (4710 / 578 / 2F16)
\d{1,4}a digit, repeated between 1 and 4 times
\.the literal . (4610 / 568 / 2E16)
\da digit
nmthe literal text nm (case sensitive) <br><b>Wind:<the literal text <br><b>Wind:< (case sensitive) \/the literal / (4710 / 578 / 2F16)
b> the literal text b> (case sensitive) \d{1,3}a digit, repeated between 1 and 3 times
°the literal text ° (case sensitive) \d{1,2}a digit, repeated between 1 and 2 times
\.the literal . (4610 / 568 / 2E16)
\da digit
ktthe literal text kt (case sensitive) the literal (3210 / 408 / 2016)
\(the literal ( (4010 / 508 / 2816)
<b>TWA the literal text <b>TWA (case sensitive) -?optionally matches the literal - (4510 / 558 / 2D16)
\d{1,3}a digit, repeated between 1 and 3 times
°the literal text ° (case sensitive) \/the literal / (4710 / 578 / 2F16)
b>the literal text b> (case sensitive) \)the literal ) (4110 / 518 / 2916)
<br><b>Heading:<the literal text <br><b>Heading:< (case sensitive) \/the literal / (4710 / 578 / 2F16)
b> the literal text b> (case sensitive) \d{1,3}a digit, repeated between 1 and 3 times
°the literal text ° (case sensitive) ;<b>Sail:<the literal text ;<b>Sail:< (case sensitive) \/the literal / (4710 / 578 / 2F16)
b> the literal text b> (case sensitive) \w{2,4}any word character, repeated between 2 and 4 times
<br><b>Boat Speed:<the literal text <br><b>Boat Speed:< (case sensitive) \/the literal / (4710 / 578 / 2F16)
b> the literal text b> (case sensitive) Group 14(\d{1,3}\.\d{2} kts) \d{1,3}a digit, repeated between 1 and 3 times
\.the literal . (4610 / 568 / 2E16)
\d{2}a digit, repeated exactly 2 times
ktsthe literal text kts (case sensitive) g modifier: global. Finds all matches instead of stopping after the first
m modifier: multiline. Causes ^ and $ to match the start and end of each line, not only the start and end of the string