a+the literal a (9710 / 1418 / 6116) (case sensitive), repeated at least once
b+the literal b (9810 / 1428 / 6216) (case sensitive), repeated at least once
c+the literal c (9910 / 1438 / 6316) (case sensitive), repeated at least once
=the literal = (6110 / 758 / 3D16)
\Kresets the starting point of the reported match. Any previously consumed characters are no longer included in the final match
\d+a digit, repeated at least once
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