Regular Expressions 101

Community Patterns

0

USD

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

image cid

Golang
no description available
Submitted by anonymous - 6 years ago
0

Email

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

Customer

Golang
no description available
Submitted by anonymous - 6 years ago
0

Test

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

Regex to capture any string having all given words

0

Regular Expression
PCRE (PHP <7.3)

/
(?:\b(?:your|amazon\.com|shipped)\b.*){3}
/
ig

Description

Loading markdown...
Submitted by anonymous - 7 years ago