Regular Expressions 101

Library entries

1
python

Infobox of Wiki

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

numbahs

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

Match Smalltalk method definition

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

pdf url link

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

DD/MM/YYYY

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

reg ex for http

https
Submitted by anonymous - 7 years ago
1
javascript

US Phone Number

The way I like it formatted
Submitted by @mattbontrager - 7 years ago
1
python

ISIS Checking

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

Two digit search.

Trying to understand the two digit lookup.
Submitted by mburke05 - 7 years ago
1
python

Remove console.log() from javascript

no description available
Submitted by xXDGFXx - 7 years ago
0
javascript

Invoice Number

no description available
Submitted by Sebastian Proske - 7 years ago
2
javascript

file extension validation

no description available
Submitted by Lisa - 7 years ago
0
javascript

subdomain rewrite

no description available
Submitted by mackenzie starr - 7 years ago

regex to match absolute urls

Vote

1

Regular Expression
python

r"
((?:https?:)?\/\/(?:[\w]+[.][\w]+)+/?)+$
"
gm

Description

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