Negated Character Class[^\s]* *matches any number of characters outside the set below:
\sany whitespace character
bthe literal b (9810 / 1428 / 6216) (case sensitive)
Negated Character Class[^\s]* *matches any number of characters outside the set below:
\sany whitespace character
athe literal a (9710 / 1418 / 6116) (case sensitive)
Negated Character Class[^\s]* *matches any number of characters outside the set below:
\sany whitespace character
dthe literal d (10010 / 1448 / 6416) (case sensitive)
Negated Character Class[^\s]* *matches any number of characters outside the set below:
\sany whitespace character
wthe literal w (11910 / 1678 / 7716) (case sensitive)
Negated Character Class[^\s]* *matches any number of characters outside the set below:
\sany whitespace character
othe literal o (11110 / 1578 / 6F16) (case sensitive)
Negated Character Class[^\s]* *matches any number of characters outside the set below:
\sany whitespace character
rthe literal r (11410 / 1628 / 7216) (case sensitive)
Negated Character Class[^\s]* *matches any number of characters outside the set below:
\sany whitespace character
dthe literal d (10010 / 1448 / 6416) (case sensitive)
Negated Character Class[^\s]* *matches any number of characters outside the set below:
\sany whitespace character
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