*repeats the group contents below any number of times:
\\the literal \ (9210 / 1348 / 5C16)
.any character (except for line terminators)
Comment: the escape char preceeding an escaped char (any char)
Negated Character Class[^\\']* *matches any number of characters outside the set below:
\\the literal \ (9210 / 1348 / 5C16)
'the literal ' (3910 / 478 / 2716)
Comment: anything but the end of the string or the escape char