Regular Expressions 101

Community Patterns

0

URL

PCRE2 (PHP >=7.3)
scheme host port path query
Submitted by anonymous - a year ago
0

Match Email

PCRE2 (PHP >=7.3)
Matches email.
Submitted by cool66 - a year ago
0

Word

PCRE2 (PHP >=7.3)
match words
Submitted by e - a year ago
0

Word Match

PCRE2 (PHP >=7.3)
Matches Word
Submitted by cool66 - a year ago

Encontrado Milhares

0

Regular Expression
PCRE2 (PHP >=7.3)

/
[a-z]*(\b mil)(\b e ([a-z]{1,7}(entos|ento)(\b e ([a-z]{1,6}(nte|nta)(\b e [a-z]*)|[a-z]{2,6})|)|[a-z]{1,6}(inte|inta)|[a-z]{3,9})|)
/
gm

Description

Loading markdown...
Submitted by anonymous - a year ago