Regular Expressions 101

Community Patterns

Endpoint Monitor Summary Regex

1

Regular Expression
PCRE (PHP <7.3)

/
.* behavior: (?<NumActive>\d+) active, (?<NumLoading>\d+) loading, \d+ loaded, (?<NumFailed>\d+) failed, \d+ idle, (?<NumTotal>\d+) total
/

Description

no description available

Submitted by Palomba - 8 years ago