^start of line
Group reducer(?P<reducer>\w+) \w+any word character, repeated at least once
\(the literal ( (4010 / 508 / 2816)
\)the literal ) (4110 / 518 / 2916)
\s+any whitespace character, repeated at least once
ofthe literal text of (case sensitive) \s+any whitespace character, repeated at least once
querythe literal text query (case sensitive) \(the literal ( (4010 / 508 / 2816)
Group dashboardUID(?P<dashboardUID>\w+) \w+any word character, repeated at least once
\/the literal / (4710 / 578 / 2F16)
Group panelID(?P<panelID>\d+) \d+a digit, repeated at least once
\/the literal / (4710 / 578 / 2F16)
Group metric(?P<metric>.+) .+any character (except for line terminators), repeated at least once
,the literal , (4410 / 548 / 2C16)
\s+any whitespace character, repeated at least once
\w+any word character, repeated at least once
,the literal , (4410 / 548 / 2C16)
\s+any whitespace character, repeated at least once
\w+any word character, repeated at least once
\)the literal ) (4110 / 518 / 2916)
\s+any whitespace character, repeated at least once
isthe literal text is (case sensitive) \s+any whitespace character, repeated at least once
Group evaluator(?P<evaluator>\w+) \w+any word character, repeated at least once
\(the literal ( (4010 / 508 / 2816)
Group params(?P<params>-*\d*[\.,\s]*\d*\w*) -*the literal - (4510 / 558 / 2D16) , repeated any number of times
\d*a digit, repeated any number of times
*matches any number of characters from the set below:
\.the literal . (4610 / 568 / 2E16)
,the literal , (4410 / 548 / 2C16)
\sany whitespace character
\d*a digit, repeated any number of times
\w*any word character, repeated any number of times
\)the literal ) (4110 / 518 / 2916)
\s*any whitespace character, repeated any number of times
Group 9(for\s+\((?P<for>\w+)\))* *repeats the group contents below any number of times:
forthe literal text for (case sensitive) \s+any whitespace character, repeated at least once
\(the literal ( (4010 / 508 / 2816)
\w+any word character, repeated at least once
\)the literal ) (4110 / 518 / 2916)
\s*any whitespace character, repeated any number of times
Group 11(every\((?P<every>\w+)\))* *repeats the group contents below any number of times:
everythe literal text every (case sensitive) \(the literal ( (4010 / 508 / 2816)
Group every(?P<every>\w+) \w+any word character, repeated at least once
\)the literal ) (4110 / 518 / 2916)
\s*any whitespace character, repeated any number of times
$end of line
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