\[the literal [ (9110 / 1338 / 5B16)
Section 1the literal text Section 1 (case sensitive) \]the literal ] (9310 / 1358 / 5D16)
Negated Character Class[^[]* *matches any number of characters outside the set below:
[the literal [ (9110 / 1338 / 5B16)
namethe literal text name (case sensitive) \s*any whitespace character, repeated any number of times
=the literal = (6110 / 758 / 3D16)
\s*any whitespace character, repeated any number of times
.*any character (except for line terminators), repeated any number of times
g modifier: global. Finds all matches instead of stopping after the first