valuethe literal text value (case sensitive) \s+any whitespace character, repeated at least once
onethe literal text one (case sensitive) twothe literal text two (case sensitive) threethe literal text three (case sensitive) \s+any whitespace character, repeated at least once
=the literal = (6110 / 758 / 3D16)
\s+any whitespace character, repeated at least once
+matches at least one character from the set below:
0-9one character from 0 (4810) to 9 (5710)
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