Regular Expressions 101

Community Patterns

Generic Error Regex 1

1

Regular Expression
PCRE2 (PHP >=7.3)

/
(?<![a-zA-Z_-])(?:error|missing|unknown|except|not found|fail|unavailable|issue|problem|fault|code 1|crash)
/
gim

Description

Check for errors in a verbose log.

Submitted by bvoq - 2 months ago