Regular Expressions 101

Sponsors

Library entries

-2
javascript

search all special characters

no description available
Submitted by rlynjb - 7 years ago
-2
pcre

float

matches 123.4f 123.4F .4f .4F 5f 5F
Submitted by Mateusz Paluch - 7 years ago
-2
pcre

boolean

Value must be either true or false
Submitted by nstaal - 7 years ago
-2
pcre

Simple Username Pattern

a simple username pattern
Submitted by Saeed Tabrizi - 7 years ago
-2
pcre

DOTNET

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

Get begining of url (subdomain)

In between 2 delimiters
Submitted by anonymous - 7 years ago
-3
pcre

Browser regex

no description available
Submitted by anonymous - 10 years ago
-3
pcre

test2

no description available
Submitted by anonymous - 9 years ago
-3
pcre

DateTime YYYY-MM-DD hh:mm:ss

no description available
Submitted by Madhan - 9 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