\[the literal [ (9110 / 1338 / 5B16)
link=the literal text link= (case insensitive) Non-Capturing Group(?:https?:)? ?repeats the group contents below at most once:
httpthe literal text http (case insensitive) s?optionally matches the literal s (11510 / 1638 / 7316) (case insensitive)
:the literal : (5810 / 728 / 3A16)
\/the literal / (4710 / 578 / 2F16)
\/the literal / (4710 / 578 / 2F16)
?repeats the group contents below at most once:
wwwthe literal text www (case insensitive) \.the literal . (4610 / 568 / 2E16)
Character Class[\da-z\.-]+ +matches at least one character from the set below:
\da digit
a-zone character from a (9710) to z (12210) (case insensitive)
\.the literal . (4610 / 568 / 2E16)
-the literal - (4510 / 558 / 2D16)
\.the literal . (4610 / 568 / 2E16)
Character Class[a-z\.]{2,6} {2,6}matches between 2 and 6 characters from the set below:
a-zone character from a (9710) to z (12210) (case insensitive)
\.the literal . (4610 / 568 / 2E16)
Group 4([\/\w \.-](\S*[&|#]\S+)*)* *repeats the group contents below any number of times:
Character Class[\/\w \.-] \/the literal / (4710 / 578 / 2F16)
\wany word character
the literal (3210 / 408 / 2016)
\.the literal . (4610 / 568 / 2E16)
-the literal - (4510 / 558 / 2D16)
*repeats the group contents below any number of times:
\S*any non-whitespace character, repeated any number of times
&the literal & (3810 / 468 / 2616)
|the literal | (12410 / 1748 / 7C16)
#the literal # (3510 / 438 / 2316)
\S+any non-whitespace character, repeated at least once
\/?optionally matches the literal / (4710 / 578 / 2F16)
\]the literal ] (9310 / 1358 / 5D16)
\Sany non-whitespace character
.*?any character (except for line terminators), repeated any number of times
\[the literal [ (9110 / 1338 / 5B16)
\/the literal / (4710 / 578 / 2F16)
linkthe literal text link (case insensitive) \]the literal ] (9310 / 1358 / 5D16)
i modifier: insensitive. Matches without distinguishing uppercase and lowercase letters
g modifier: global. Finds all matches instead of stopping after the first