Regular Expressions 101

Community Patterns

0

pens

Python
testing
Submitted by anonymous - a year ago
0

css var regex

PCRE2 (PHP >=7.3)
css var regex
Submitted by anonymous - a year ago
0

web validation

PCRE2 (PHP >=7.3)
web validation
Submitted by anonymous - a year ago
0

web validation

PCRE2 (PHP >=7.3)
web validation
Submitted by anonymous - a year ago
0

Match color string

PCRE2 (PHP >=7.3)
Match color string
Submitted by EZ - 2 years ago

find match in url

0

Regular Expression
Python

r"
^(?=.*\google\b)(?=.*\i\b).*|(?=.*\com\b).*
"
gm

Description

Loading markdown...
Submitted by Shai chikorel - 2 years ago