*repeats the group contents below any number of times:
.any character (except for line terminators)
\na line-feed (newline) character (ASCII 10)
athe literal a (9710 / 1418 / 6116) (case sensitive)
\)the literal ) (4110 / 518 / 2916)
.*?any character (except for line terminators), repeated any number of times
\n*?a line-feed (newline) character (ASCII 10), repeated any number of times
bthe literal b (9810 / 1428 / 6216) (case sensitive)
\)the literal ) (4110 / 518 / 2916)
.*?any character (except for line terminators), repeated any number of times
\n*?a line-feed (newline) character (ASCII 10), repeated any number of times
cthe literal c (9910 / 1438 / 6316) (case sensitive)
\)the literal ) (4110 / 518 / 2916)
.*?any character (except for line terminators), repeated any number of times
\n*?a line-feed (newline) character (ASCII 10), repeated any number of times
dthe literal d (10010 / 1448 / 6416) (case sensitive)
\)the literal ) (4110 / 518 / 2916)
.*?any character (except for line terminators), repeated any number of times
\n*?a line-feed (newline) character (ASCII 10), repeated any number of times
ethe literal e (10110 / 1458 / 6516) (case sensitive)
\)the literal ) (4110 / 518 / 2916)
.*?any character (except for line terminators), repeated any number of times
$end of string, or before its final line terminator