_gpfErrorDeclarethe literal text _gpfErrorDeclare (case sensitive) \(the literal ( (4010 / 508 / 2816)
"the literal " (3410 / 428 / 2216)
Character Class[a-zA-Z\\]+ +matches at least one character from the set below:
a-zone character from a (9710) to z (12210) (case sensitive)
A-Zone character from A (6510) to Z (9010) (case sensitive)
\\the literal \ (9210 / 1348 / 5C16)
", {the literal text ", { \na line-feed (newline) character (ASCII 10)
Non-Capturing Group(?:.*\n)* *repeats the group contents below any number of times:
.*any character (except for line terminators), repeated any number of times
\na line-feed (newline) character (ASCII 10)
\s*any whitespace character, repeated any number of times
}the literal } (12510 / 1758 / 7D16)
\)the literal ) (4110 / 518 / 2916)