Regular Expressions 101

Library entries

1
javascript

form regex

no description available
Submitted by anonymous - 6 years ago
1
javascript

Statful Entities Name

no description available
Submitted by anonymous - 6 years ago
1
javascript

double number

no description available
Submitted by anonymous - 6 years ago
1
javascript

dd-MM-yyyy validation

no description available
Submitted by anonymous - 6 years ago
1
javascript

number

no description available
Submitted by anonymous - 6 years ago
1
pcre

Lockbox Sätze #2

no description available
Submitted by anonymous - 6 years ago

Email matching with a grain of salt

Vote

1

Regular Expression
pcre

/
^ (?<username> (?:[a-zA-Z0-9\{\}_+][a-zA-Z0-9+\.\\\/_\-\{\}~=]+[a-zA-Z0-9\{\}_+]) | (?:\"(?:[a-zA-Z0-9\\\/\[\]\{\}\(\)\.,;~#_=@&<>+\- ] | \\\")+\") | (?:[a-zA-Z]+) ) @ (?<domain> (?:[a-zA-Z0-9]+\.?)+\.(?:[a-zA-Z0-9]+) ) $
/
gmx

Description

Loading markdown...
Submitted by Luigi Trabacchin - 6 years ago