\"the literal " (3410 / 428 / 2216)
Negated Character Class[^\"]* *matches any number of characters outside the set below:
\"the literal " (3410 / 428 / 2216)
\"the literal " (3410 / 428 / 2216)
\sany whitespace character
Group status(?<status>\d+) \d+a digit, repeated at least once
{4}repeats the group contents below exactly 4 times:
Negated Character Class[^\"]* *matches any number of characters outside the set below:
\"the literal " (3410 / 428 / 2216)
\"the literal " (3410 / 428 / 2216)
\sany whitespace character
Group response_time(?<response_time>[^ ]*) Negated Character Class[^ ]* *matches any number of characters outside the set below:
the literal (3210 / 408 / 2016)
g modifier: global. Finds all matches instead of stopping after the first