^start of line
*matches any number of characters from the set below:
a-zone character from a (9710) to z (12210) (case sensitive)
dthe literal d (10010 / 1448 / 6416) (case sensitive)
*matches any number of characters from the set below:
a-zone character from a (9710) to z (12210) (case sensitive)
othe literal o (11110 / 1578 / 6F16) (case sensitive)
*matches any number of characters from the set below:
a-zone character from a (9710) to z (12210) (case sensitive)
cthe literal c (9910 / 1438 / 6316) (case sensitive)
*matches any number of characters from the set below:
a-zone character from a (9710) to z (12210) (case sensitive)
uthe literal u (11710 / 1658 / 7516) (case sensitive)
*matches any number of characters from the set below:
a-zone character from a (9710) to z (12210) (case sensitive)
mthe literal m (10910 / 1558 / 6D16) (case sensitive)
*matches any number of characters from the set below:
a-zone character from a (9710) to z (12210) (case sensitive)
ethe literal e (10110 / 1458 / 6516) (case sensitive)
*matches any number of characters from the set below:
a-zone character from a (9710) to z (12210) (case sensitive)
nthe literal n (11010 / 1568 / 6E16) (case sensitive)
*matches any number of characters from the set below:
a-zone character from a (9710) to z (12210) (case sensitive)
tthe literal t (11610 / 1648 / 7416) (case sensitive)
*matches any number of characters from the set below:
a-zone character from a (9710) to z (12210) (case sensitive)
$end of line
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