.*any character (except for line terminators), repeated any number of times
tt_adv_idthe literal text tt_adv_id (case sensitive) =the literal = (6110 / 758 / 3D16)
Negated Character Class[^&]* *matches any number of characters outside the set below:
&the literal & (3810 / 468 / 2616)
&the literal & (3810 / 468 / 2616)
Non-Capturing Group(?:tt_cid) tt_cidthe literal text tt_cid (case sensitive) =the literal = (6110 / 758 / 3D16)
Non-Capturing Group(?:[^&]*) Negated Character Class[^&]* *matches any number of characters outside the set below:
&the literal & (3810 / 468 / 2616)
&the literal & (3810 / 468 / 2616)
tt_adv_subthe literal text tt_adv_sub (case sensitive) =the literal = (6110 / 758 / 3D16)
Negated Character Class[^&]* *matches any number of characters outside the set below:
&the literal & (3810 / 468 / 2616)
&the literal & (3810 / 468 / 2616)
tt_timethe literal text tt_time (case sensitive) =the literal = (6110 / 758 / 3D16)
Negated Character Class[^&]* *matches any number of characters outside the set below:
&the literal & (3810 / 468 / 2616)
.*any character (except for line terminators), repeated any number of times
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