*repeats the group contents below any number of times:
\s+any whitespace character, repeated at least once
athe literal a (9710 / 1418 / 6116) (case sensitive)
Athe literal A (6510 / 1018 / 4116) (case sensitive)
nthe literal n (11010 / 1568 / 6E16) (case sensitive)
Nthe literal N (7810 / 1168 / 4E16) (case sensitive)
dthe literal d (10010 / 1448 / 6416) (case sensitive)
Dthe literal D (6810 / 1048 / 4416) (case sensitive)
\s+any whitespace character, repeated at least once
\+?optionally matches the literal + (4310 / 538 / 2B16)
\"the literal " (3410 / 428 / 2216)
.*?any character (except for line terminators), repeated any number of times
Negated Character Class[^\\] \\the literal \ (9210 / 1348 / 5C16)
\"the literal " (3410 / 428 / 2216)