Community Patterns

Community Library Entry

41

Regular Expression
Created·2013-01-14 17:52
Flavor·PCRE (Legacy)

/
((([A-Za-z]{3,9}:(?:\/\/)?)(?:[-;:&=\+\$,\w]+@)?[A-Za-z0-9.-]+|(?:www.|[-;:&=\+\$,\w]+@)[A-Za-z0-9.-]+)((?:\/[\+~%\/.\w-_]*)?\??(?:[-\+=&;%@.\w_]*)#?(?:[.\!\/\\w]*))?)
/
ig
Open regex in editor

Description

A quite neat regular expression for URLs, e-mails..., I found on Matthew O'Riordan's blog.

Submitted by Matthew O'Riordan