^start of line
https:the literal text https: (case sensitive) \/the literal / (4710 / 578 / 2F16)
\/the literal / (4710 / 578 / 2F16)
wwwthe literal text www (case sensitive) \.the literal . (4610 / 568 / 2E16)
own3dthe literal text own3d (case sensitive) \.the literal . (4610 / 568 / 2E16)
tvthe literal text tv (case sensitive) \/the literal / (4710 / 578 / 2F16)
enthe literal text en (case sensitive) \/the literal / (4710 / 578 / 2F16)
productthe literal text product (case sensitive) \/the literal / (4710 / 578 / 2F16)
Character Class[a-zA-Z0-9-\/]* *matches any number of characters from the set below:
a-zone character from a (9710) to z (12210) (case sensitive)
A-Zone character from A (6510) to Z (9010) (case sensitive)
0-9one character from 0 (4810) to 9 (5710)
-the literal - (4510 / 558 / 2D16)
\/the literal / (4710 / 578 / 2F16)
-series-the literal text -series- (case sensitive) Character Class[a-zA-Z0-9-\/]* *matches any number of characters from the set below:
a-zone character from a (9710) to z (12210) (case sensitive)
A-Zone character from A (6510) to Z (9010) (case sensitive)
0-9one character from 0 (4810) to 9 (5710)
-the literal - (4510 / 558 / 2D16)
\/the literal / (4710 / 578 / 2F16)
\/?optionally matches the literal / (4710 / 578 / 2F16)
$end of line
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