Regular Expressions 101

Community Patterns

1

30164958

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

foreach

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

foreach

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

Replace caracters not inside HTM tags

5

Regular Expression
ECMAScript (JavaScript)

/
(")(?![^<>]*>)
/
gm

Description

Loading markdown...
Submitted by Alex5B - 9 years ago