.+any character (except for line terminators), repeated at least once
cthe literal c (9910 / 1438 / 6316) (case sensitive)
hthe literal h (10410 / 1508 / 6816) (case sensitive)
dthe literal d (10010 / 1448 / 6416) (case sensitive)
sthe literal s (11510 / 1638 / 7316) (case sensitive)
.+any character (except for line terminators), repeated at least once
\1the text saved by group 1
.+any character (except for line terminators), repeated at least once
\1the text saved by group 1
.+any character (except for line terminators), repeated at least once
\1the text saved by group 1
.+any character (except for line terminators), repeated at least once
\1the text saved by group 1
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