the literal (3210 / 408 / 2016)
.*any character (except for line terminators), repeated any number of times
ServiceInvokerthe literal text ServiceInvoker (case sensitive) \s*any whitespace character, repeated any number of times
\(the literal ( (4010 / 508 / 2816)
Group service_name(?<service_name>[^\)]+) Negated Character Class[^\)]+ +matches at least one character outside the set below:
\)the literal ) (4110 / 518 / 2916)
\)the literal ) (4110 / 518 / 2916)
\s*any whitespace character, repeated any number of times
.*any character (except for line terminators), repeated any number of times
Timethe literal text Time (case sensitive) \s*any whitespace character, repeated any number of times
Takethe literal text Take (case sensitive) \s*any whitespace character, repeated any number of times
isthe literal text is (case sensitive) \s*any whitespace character, repeated any number of times
\=the literal = (6110 / 758 / 3D16)
\s*any whitespace character, repeated any number of times
Group respTime(?<respTime>[\d]+) +matches at least one character from the set below:
\da digit
g modifier: global. Finds all matches instead of stopping after the first