Regular Expressions 101

Sponsors

Library entries

1
javascript

Credit regex

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

nla

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

slack command

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

1

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

Find IP

Regex to match an IPv4 address at beginning
Submitted by edoz90 - 7 years ago
1
pcre

DBPedia-highest-level-entry

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

Extract anything between double $$ chars

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

Email validation

no description available
Submitted by phatnguyen.tit - 7 years ago
1
pcre

tag not containing

get all tags not containing a given string
Submitted by pan4ever - 7 years ago
1
pcre

html-strip

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

BR Phone

get all attempts to write brazilian phone numbers
Submitted by rafaelverger - 7 years ago
1
python

email catcher

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

Quizlet Bold to HTML

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

Chercher un Prénom ou un Nom

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

4444

no description available
Submitted by anonymous - 7 years ago

URL infos

Vote

1

Regular Expression
pcre

/
(?<Address>(?<Protocol>https?:\/\/)?(?<Subdomain>\w*\.)?(?<Domain>(?:[a-z0-9\-]{2,})\.(?:[^\s\/\.]{2,}))(?<Path>\/[^\s\?]*)?(?<Params>(?:\?|\#)[^\s\/\?\:]*)?)
/
gi

Description

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