Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-05-05 14:09
Flavor·PCRE (Legacy)

~
^[\p{N}\p{L}\-+\.]{1,500}\.[\p{N}\p{L}][\p{L}-]*[\p{N}\p{L}]+$
~
ugm
Open regex in editor

Description

should match any domain with one or more subdomains

Submitted by Igor Tiulkanov