Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-03-07 15:49
Flavor·PCRE2 (PHP)

/
(?<!\()[A-Z]{2,}(?!\))
/
gm
Open regex in editor

Description

Matches a sequence of 2 or more uppercase letters not surrounded by parenthesis.

Submitted by Devlin