\<the literal < (6010 / 748 / 3C16)
spanthe literal text span (case sensitive) \sany whitespace character
classthe literal text class (case sensitive) \=the literal = (6110 / 758 / 3D16)
\"the literal " (3410 / 428 / 2216)
js_valuethe literal text js_value (case sensitive) \sany whitespace character
tab-weather__value_lthe literal text tab-weather__value_l (case sensitive) \"the literal " (3410 / 428 / 2216)
\>the literal > (6210 / 768 / 3E16)
\s*+any whitespace character, repeated any number of times
+the literal + (4310 / 538 / 2B16)
-the literal - (4510 / 558 / 2D16)
\d++a digit, repeated at least once
\s*+any whitespace character, repeated any number of times
\<the literal < (6010 / 748 / 3C16)
spanthe literal text span (case sensitive) \sany whitespace character
classthe literal text class (case sensitive) \=the literal = (6110 / 758 / 3D16)
\"the literal " (3410 / 428 / 2216)
tab-weather__value_mthe literal text tab-weather__value_m (case sensitive) \"the literal " (3410 / 428 / 2216)
\>the literal > (6210 / 768 / 3E16)
\s*+any whitespace character, repeated any number of times
.the literal . (4610 / 568 / 2E16)
,the literal , (4410 / 548 / 2C16)
\d++a digit, repeated at least once
Non-Capturing Group(?:\s*+\<\/span\>){2} {2}repeats the group contents below exactly 2 times:
\s*+any whitespace character, repeated any number of times
\<the literal < (6010 / 748 / 3C16)
\/the literal / (4710 / 578 / 2F16)
spanthe literal text span (case sensitive) \>the literal > (6210 / 768 / 3E16)
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