Community Patterns

Community Library Entry

1

Regular Expression
Created·2023-10-30 13:25
Flavor·PCRE2 (PHP)

/
^(?:https?:\/\/)?(?:www\.)?[\d\w\.-]+(?:\.|:)(?:[a-z\.]{2,6}|\d+)\/?.*$
/
gmi
Open regex in editor

Description

Matches most of the URLs I through at it. Did not find any ULR that it doesn't match yet.

Submitted by Dashrath Sharma