Regular Expressions 101

Community Patterns

0

Money format

PCRE2 (PHP >=7.3)
Any money format
Submitted by anonymous - a year ago
0

IP Address

Java 8
IP Address RegEx
Submitted by anonymous - a year ago

Recherche email

1

Regular Expression
PCRE (PHP <7.3)

/
[A-Za-z-.]{1,}@{1}[A-Za-z-]{2,}.{1}[A-Za-z-]{2,}
/

Description

Loading markdown...
Submitted by G Morelle - 8 years ago