Regular Expressions 101

Community Patterns

11

Codice fiscale

PCRE (PHP <7.3)
Check "codice fiscale"
Submitted by Luca - 8 years ago
31

ninite

PCRE (PHP <7.3)
no description available
Submitted by peek - 8 years ago

3 letter word finder

1

Regular Expression
PCRE2 (PHP >=7.3)

/
(?<=[\s\.\,\!\?\"\;\:]|^)(?=[A-Za-z']*?[bcdfghj-np-tvwxyzBCDFGHJ-NP-TVWXYZ])(?=[A-Za-z']*?[aeiouyAEIOUY'])(?:[A-Za-z](?:'?[A-Za-z]){2}|(?:'?[A-Za-z]){2}[A-Za-z])\b'?(?=[\s\.\,\!\?\"\;\:]|$)
/
gm

Description

Loading markdown...
Submitted by anonymous - 6 months ago