httpthe literal text http (case sensitive) s?optionally matches the literal s (11510 / 1638 / 7316) (case sensitive)
:the literal : (5810 / 728 / 3A16)
\/the literal / (4710 / 578 / 2F16)
\/the literal / (4710 / 578 / 2F16)
Non-Capturing Group(?:[a-z0-9]+\.)? ?repeats the group contents below at most once:
+matches at least one character from the set below:
a-zone character from a (9710) to z (12210) (case sensitive)
0-9one character from 0 (4810) to 9 (5710)
\.the literal . (4610 / 568 / 2E16)
livestreamthe literal text livestream (case sensitive) \.the literal . (4610 / 568 / 2E16)
comthe literal text com (case sensitive) \/the literal / (4710 / 578 / 2F16)
Branch Reset Group(?|(accounts\/[0-9]+\/events\/[0-9]+(?:\/videos\/[0-9]+)?)|[^\s\/]+\/video\?clipId=([^\s&]+)|([^\s\/]+)) 1st Alternative(accounts\/[0-9]+\/events\/[0-9]+(?:\/videos\/[0-9]+)?) Group 1(accounts\/[0-9]+\/events\/[0-9]+(?:\/videos\/[0-9]+)?) accountsthe literal text accounts (case sensitive) \/the literal / (4710 / 578 / 2F16)
+matches at least one character from the set below:
0-9one character from 0 (4810) to 9 (5710)
\/the literal / (4710 / 578 / 2F16)
eventsthe literal text events (case sensitive) \/the literal / (4710 / 578 / 2F16)
+matches at least one character from the set below:
0-9one character from 0 (4810) to 9 (5710)
Non-Capturing Group(?:\/videos\/[0-9]+)? ?repeats the group contents below at most once:
\/the literal / (4710 / 578 / 2F16)
videosthe literal text videos (case sensitive) \/the literal / (4710 / 578 / 2F16)
+matches at least one character from the set below:
0-9one character from 0 (4810) to 9 (5710)
2nd Alternative[^\s\/]+\/video\?clipId=([^\s&]+) Negated Character Class[^\s\/]+ +matches at least one character outside the set below:
\sany whitespace character
\/the literal / (4710 / 578 / 2F16)
\/the literal / (4710 / 578 / 2F16)
videothe literal text video (case sensitive) \?the literal ? (6310 / 778 / 3F16)
clipId=the literal text clipId= (case sensitive) Negated Character Class[^\s&]+ +matches at least one character outside the set below:
\sany whitespace character
&the literal & (3810 / 468 / 2616)
3rd Alternative([^\s\/]+) Negated Character Class[^\s\/]+ +matches at least one character outside the set below:
\sany whitespace character
\/the literal / (4710 / 578 / 2F16)
g modifier: global. Finds all matches instead of stopping after the first