Community Patterns

Community Library Entry

3

Regular Expression
Created·2021-03-26 17:11
Flavor·PCRE2 (PHP)

`
([\w\W]{16,})|([^-\s0-9[:alpha]])
`
Open regex in editor

Description

Visual tag and Back tag cannot more than 15 characters or only can contain uppercase, lowercase, space and dash.

Submitted by Adrian Yim