Regular Expressions 101

Community Patterns

Community Library Entry

2

Regular Expression
Created·2021-03-17 12:02
Flavor·PCRE2 (PHP)

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

Description

Port https://regex101.com/library/cX0pJ8 to PCRE2 (PHP >= 7.3)

Submitted by semivori