Regular Expressions 101

Community Patterns

1

numbahs

Python
no description available
Submitted by anonymous - 8 years ago
1

email

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago

Case-sensitive keyword matching.

2

Regular Expression
PCRE (PHP <7.3)

/
([^A-Za-z]|\b)+DR([^A-Za-z]|\b)+
/
g

Description

Loading markdown...
Submitted by Norskov - 8 years ago