Negated Character Class[^\n]+? +?matches at least one character outside the set below:
\na line-feed (newline) character (ASCII 10)
\.the literal . (4610 / 568 / 2E16)
cppthe literal text cpp (case sensitive) \(the literal ( (4010 / 508 / 2816)
\d+a digit, repeated at least once
,the literal , (4410 / 548 / 2C16)
\d+a digit, repeated at least once
\)the literal ) (4110 / 518 / 2916)
: error: the literal text : error: (case sensitive) Negated Character Class[^\n]+ +matches at least one character outside the set below:
\na line-feed (newline) character (ASCII 10)
g modifier: global. Finds all matches instead of stopping after the first