Community Patterns

Community Library Entry

1

Regular Expression
Created·2023-11-05 10:47
Flavor·PCRE2 (PHP)

/
^[^\s]*[a-z][^\s][.{1}][^\s\b]*[a-z][^.\b][^\s\b]$
/
gmDU
Open regex in editor

Description

Validates domain names. Support https:// or http:// prefix.

Submitted by ._thunderstrike