Regular Expressions 101

Library entries

6
pcre

Username:Password

Regex For finding username:password
Submitted by Ghost - 8 years ago
6
pcre

IPv4 Validator

no description available
Submitted by anonymous - 3 years ago
5
pcre

ipv6

Match an ipv6 address
Submitted by Frusty - 7 years ago
5
pcre

get specific value from html tag

no description available
Submitted by A.ROA - 7 years ago
5
pcre

Repair unquoted HTML attribute values

Usually MSWord HTML exports
Submitted by Ka. - 10 years ago
5
pcre

All href in a tag

Find all href in a tag
Submitted by Miron Yanovskiy - 10 years ago
5
pcre

Find All Python imports

no description available
Submitted by anonymous - 9 years ago
5
pcre

relative to absolute

relative to absolute
Submitted by xp_prg - 8 years ago
5
pcre

URL

URL Description from Dr. M. G. @ Brookes
Submitted by anonymous - 8 years ago
5
pcre

Latitude,Longitude fetcher

Useful to work with GoogleMap API.
Submitted by anonymous - 8 years ago

Disorted Email Addresses

Vote

51

Regular Expression
pcre

/
^(?'Username'[-\w\d\.]+?)(?:\s+at\s+|\s*@\s*|\s*(?:[\[\]@]){3}\s*)(?'Domain'[-\w\d\.]*?)\s*(?:dot|\.|(?:[\[\]dot\.]){3,5})\s*(?'TLD'\w+)$
/
gm

Description

Loading markdown...
Submitted by dislick - 10 years ago