Character Class[httpsHTTPS]+ +matches at least one character from the set below:
hthe literal h (10410 / 1508 / 6816) (case sensitive)
tthe literal t (11610 / 1648 / 7416) (case sensitive)
pthe literal p (11210 / 1608 / 7016) (case sensitive)
sthe literal s (11510 / 1638 / 7316) (case sensitive)
Hthe literal H (7210 / 1108 / 4816) (case sensitive)
Tthe literal T (8410 / 1248 / 5416) (case sensitive)
Pthe literal P (8010 / 1208 / 5016) (case sensitive)
Sthe literal S (8310 / 1238 / 5316) (case sensitive)
\:the literal : (5810 / 728 / 3A16)
\/the literal / (4710 / 578 / 2F16)
\/the literal / (4710 / 578 / 2F16)
domenthe literal text domen (case sensitive) \.the literal . (4610 / 568 / 2E16)
comthe literal text com (case sensitive) ruthe literal text ru (case sensitive) \/the literal / (4710 / 578 / 2F16)
\da digit
\/the literal / (4710 / 578 / 2F16)
audiothe literal text audio (case sensitive) \/the literal / (4710 / 578 / 2F16)
\d{5,7}a digit, repeated between 5 and 7 times
\/the literal / (4710 / 578 / 2F16)
Character Class[a-zA-Z0-9_.-]+ +matches at least one character 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 _ (9510 / 1378 / 5F16)
.the literal . (4610 / 568 / 2E16)
-the literal - (4510 / 558 / 2D16)
\.the literal . (4610 / 568 / 2E16)
mp3the literal text mp3 (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