^start of string
#the literal # (3510 / 438 / 2316)
\d+a digit, repeated at least once
=SAMPLEthe literal text =SAMPLE (case sensitive) \(the literal ( (4010 / 508 / 2816)
'the literal ' (3910 / 478 / 2716)
+matches at least one character from the set below:
\wany word character
-the literal - (4510 / 558 / 2D16)
'the literal ' (3910 / 478 / 2716)
.*any character (except for line terminators), repeated any number of times