Regular Expressions 101

Community Patterns

Your search did not match anything

Community Library Entry

1

Regular Expression
PCRE (PHP <7.3)

/
(?xm: ^ (?:.*Product\s+Version:\s+)(?<version>\d+\.\d+\.\d+) (?:.*status:\s+(?<status>\d+)).* $ )
/

Description

no description available

Submitted by James Hambly - 10 years ago