\<the literal < (6010 / 748 / 3C16)
lithe literal text li (case sensitive) \>the literal > (6210 / 768 / 3E16)
Dthe literal D (6810 / 1048 / 4416) (case sensitive)
.*?any character (except for line terminators), repeated any number of times
dethe literal text de (case sensitive) \:the literal : (5810 / 728 / 3A16)
.*?any character (except for line terminators), repeated any number of times
\(the literal ( (4010 / 508 / 2816)
?matches at most one character from the set below:
\+the literal + (4310 / 538 / 2B16)
\-the literal - (4510 / 558 / 2D16)
\d*a digit, repeated any number of times
\s*any whitespace character, repeated any number of times
sidenthe literal text siden (case sensitive) 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