\]the literal ] (9310 / 1358 / 5D16)
\s*a Unicode whitespace character, repeated any number of times
ANthe literal text AN (case sensitive) AVthe literal text AV (case sensitive) \s*a Unicode whitespace character, repeated any number of times
1the literal 1 (4910 / 618 / 3116)
\s*a Unicode whitespace character, repeated any number of times
+matches at least one character from the set below:
\wa Unicode word character
\sa Unicode whitespace character
\s*a Unicode whitespace character, repeated any number of times
2the literal 2 (5010 / 628 / 3216)
\s*a Unicode whitespace character, repeated any number of times
+matches at least one character from the set below:
\wa Unicode word character
\sa Unicode whitespace character
\s*a Unicode whitespace character, repeated any number of times
3the literal 3 (5110 / 638 / 3316)
\s*a Unicode whitespace character, repeated any number of times
\wa Unicode word character
\sa Unicode whitespace character
Negated Character Class[^cui]+ +matches at least one character outside the set below:
cthe literal c (9910 / 1438 / 6316) (case sensitive)
uthe literal u (11710 / 1658 / 7516) (case sensitive)
ithe literal i (10510 / 1518 / 6916) (case sensitive)
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