Regular Expressions 101

Library entries

1
pcre

Cap named group in urls

no description available
Submitted by SPeed - 7 years ago
1
python

Python

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

4c

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

url

took me way to long
Submitted by timmyRS - 7 years ago
1
pcre

square brackets

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

ICAO Airline from flight number

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

find colon inside a tag

no description available
Submitted by RCVS - 7 years ago
1
javascript

IBAN regexp

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

parse range

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

For Version Number

Validation for version numbers like 33.3.33
Submitted by Gokul - 7 years ago
0
pcre

Special Chars

matches any special chars (e.g. !@#$)
Submitted by DrewBaker - 7 years ago
1
pcre

Password

min length 6 and 1 number 1 epecial charachtor
Submitted by anonymous - 7 years ago

match url

Vote

1

Regular Expression
pcre

/
((ftp|http):\/\/)?(w{3})?\.([a-zA-Z0-9.-]+)\.([a-z]{2}|([a-z]{2,3}\.[a-z]{2}))
/
g

Description

Loading markdown...
Submitted by jakub - 7 years ago