Regular Expressions 101

Community Patterns

4

CloudFlare

PCRE2 (PHP >=7.3)
Cloud Flare
Submitted by anonymous - 2 years ago
4

Email

PCRE2 (PHP >=7.3)
email format control
Submitted by ahmetbarut - 2 years ago
7

rsyslog test

PCRE (PHP <7.3)
global modifier
Submitted by dtmland - 9 years ago
23

userName

PCRE (PHP <7.3)
1-15 alphanumeric login name
Submitted by gsanchezc - 8 years ago

Catch multiline escaped text between quotes

1

Regular Expression
ECMAScript (JavaScript)

/
(["\'`])((\s|((\\)*)\\.|.)*?)\1
/
g

Description

Loading markdown...
Submitted by David Blanchard - 5 months ago
(Last modified 5 months ago)