Regular Expressions 101

Community Patterns

Search for status

1

Regular Expression
PCRE (PHP <7.3)

/
(?:\S+\s){27,27}(?:status:\s+(?<status>\d+))?
/

Description

IVLSInstallation.log includes a status for the upgrade

Submitted by jhambly - 9 years ago