Regular Expressions 101

Community Patterns

ticker but not EFS

1

Regular Expression
PCRE2 (PHP >=7.3)

/
\b(?!EFS)([A-Z]{1,4})\b
/
gm

Description

ticker but not EFS

Submitted by anonymous - 2 years ago