Regular Expressions 101

Library entries

1
javascript

Sterium test

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

one deccmal point

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

parser =

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

Test

test
Submitted by test - 8 years ago
1
python

java

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

HH:MM:SS

Validates 00:00:00 to 23:59:59
Submitted by anonymous - 8 years ago
1
javascript

rstp

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

URL matching

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

#tag all languages

no description available
Submitted by Farhad - 8 years ago
8
python

repeat group match

no description available
Submitted by anonymous - 8 years ago

Match at least 2-letters (international)

Vote

2

Regular Expression
javascript

/
^([\p{L}][^\p{L}]*){2,}$
/
gi

Description

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