Regular Expressions 101

Sponsors

Library entries

1
pcre

username

Letras, Ñ, acentos, números, guión y barra baja
Submitted by diegosanz - 8 years ago
1
python

fact refactor

no description available
Submitted by anonymous - 8 years ago
-2
python

twitter usernames

no description available
Submitted by anonymous - 8 years ago
0
javascript

token

replace token like [foo:bar:ba zz]
Submitted by anonymous - 8 years ago
1
javascript

search text matching any word

search text matching any word
Submitted by Hiren Shah - 8 years ago
-2
javascript

Date format regex for ddMMMyyyy

no description available
Submitted by anonymous - 8 years ago
2
pcre

date formatting mm/dd/yyyy format

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

a

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

url match

match the most common url stuctures
Submitted by whoevor - 8 years ago
1
pcre

email matcher

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

author bibtext

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

1c document numbers

no description available
Submitted by anonymous - 8 years ago

userName

Vote

23

Regular Expression
pcre

/
^(?=.*[a-zA-Z]{1,})(?=.*[\d]{0,})[a-zA-Z0-9]{1,15}$
/

Description

Loading markdown...
Submitted by gsanchezc - 8 years ago