Regular Expressions 101

Community Patterns

16

IPv4

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

ninite

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

Quote Macthing with escape

24

Regular Expression
ECMAScript (JavaScript)

/
(["'])((?:(?=(?:\\)*)\\.|.)*?)\1
/
gm

Description

Loading markdown...
Submitted by Vihan Bhargava - 8 years ago