Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
Created·2024-03-12 18:18
Flavor·PCRE2 (PHP)

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

Description

Check for errors in a verbose log.

Submitted by bvoq