Mozillathe literal text Mozilla (case sensitive) \/the literal / (4710 / 578 / 2F16)
\da digit
\.the literal . (4610 / 568 / 2E16)
\da digit
the literal (3210 / 408 / 2016)
\(the literal ( (4010 / 508 / 2816)
compatible; the literal text compatible; (case sensitive) Group 1(MojeekBot|SeekportBot|Barkrowler) MojeekBotthe literal text MojeekBot (case sensitive) 2nd AlternativeSeekportBot SeekportBotthe literal text SeekportBot (case sensitive) 3rd AlternativeBarkrowler Barkrowlerthe literal text Barkrowler (case sensitive) \/?optionally matches the literal / (4710 / 578 / 2F16)
?repeats the group contents below at most once:
\da digit
\.the literal . (4610 / 568 / 2E16)
\d+a digit, repeated at least once
\+the literal + (4310 / 538 / 2B16)
https:the literal text https: (case sensitive) \/the literal / (4710 / 578 / 2F16)
\/the literal / (4710 / 578 / 2F16)
*matches any number of characters from the set below:
a-zone character from a (9710) to z (12210) (case sensitive)
.the literal . (4610 / 568 / 2E16)
\/the literal / (4710 / 578 / 2F16)
\)the literal ) (4110 / 518 / 2916)
$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