\[the literal [ (9110 / 1338 / 5B16)
Character Class[[:digit:]:]+ +matches at least one character from the set below:
[:digit:]a digit [0-9]
:the literal : (5810 / 728 / 3A16)
\]the literal ] (9310 / 1358 / 5D16)
the literal (3210 / 408 / 2016)
\[the literal [ (9110 / 1338 / 5B16)
Server thread/INFOthe literal text Server thread/INFO (case sensitive) \]the literal ] (9310 / 1358 / 5D16)
Negated Character Class[^[:space:]]+ +matches at least one character outside the set below:
[:space:]a whitespace character, including a line break [ \t\r\n\v\f]
entered area ~ the literal text entered area ~ (case sensitive) Negated Character Class[^[:space:]]+ +matches at least one character outside the set below:
[:space:]a whitespace character, including a line break [ \t\r\n\v\f]
- Leader the literal text - Leader (case sensitive) Negated Character Class[^[:space:]]+ +matches at least one character outside the set below:
[:space:]a whitespace character, including a line break [ \t\r\n\v\f]
\(the literal ( (4010 / 508 / 2816)
Negated Character Class[^)]* *matches any number of characters outside the set below:
)the literal ) (4110 / 518 / 2916)
\)the literal ) (4110 / 518 / 2916)
g modifier: global. Finds all matches instead of stopping after the first