\[the literal [ (9110 / 1338 / 5B16)
ifthe literal text if (case sensitive) .*?any character (except for line terminators), repeated any number of times
\]the literal ] (9310 / 1358 / 5D16)
*?matches any number of characters from the set below:
\sany whitespace character
.*any character (except for line terminators), repeated any number of times
*?matches any number of characters from the set below:
\sany whitespace character
\[the literal [ (9110 / 1338 / 5B16)
\/the literal / (4710 / 578 / 2F16)
ifthe literal text if (case sensitive) \]the literal ] (9310 / 1358 / 5D16)