Regular Expressions 101

Library entries

4
python

import url image

import url image
Submitted by bartimeys - 7 years ago
4
pcre2

CloudFlare

Cloud Flare
Submitted by anonymous - 2 years ago
4
pcre2

Email

email format control
Submitted by ahmetbarut - 2 years ago
3
python

Capture Query Strings

A solution for capture query params.
Submitted by Rafael Laurindo - 7 years ago
3
python

Email

Python
Submitted by anonymous - 7 years ago
3
python

date time

1/Jul/2013 03:27:12
Submitted by himel - 9 years ago
3
python

Twitch URL Regex

Can grab all kinds of valid twitch URLs.
Submitted by Mio - 8 years ago
3
python

phone

matches: + example: +52 33 3884 7720 +1 770 343 5788
Submitted by miqui - 8 years ago
3
python

prices in nis

no description available
Submitted by molaxx - 8 years ago
3
python

iframe src parser

Get iframe src
Submitted by Sumeet Fefar - 7 years ago
3
pcre2

example

example
Submitted by anonymous - 2 years ago

Match any url in text or html (http, https)

Vote

3

Regular Expression
pcre2

/
(?:http[s]?:\/\/.)?(?:www\.)?[-a-zA-Z0-9@%._\+~#=]{2,256}\.[a-z]{2,6}\b(?:[-a-zA-Z0-9@:%_\+.~#?&\/\/=]*)
/
gm

Description

Loading markdown...
Submitted by Jérémy Munsch - a year ago