Regular Expressions 101

Community Patterns

-2

Test post by e-mail

PCRE (PHP <7.3)
Description here
Submitted by Arief - 9 years ago
1

transfer

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

Code Review

PCRE (PHP <7.3)
username
Submitted by Devon Parsons - 9 years ago

The regex tested for all occurences of % that are not within quotation

1

Regular Expression
PCRE (PHP <7.3)

/
[^"'].*?%.*?[^'"]
/
g

Description

Loading markdown...
Submitted by Igor Savinkin - 9 years ago