Regular Expressions 101

Community Patterns

Livestock - Visual tag and Back tag

3

Regular Expression
PCRE2 (PHP >=7.3)

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

Description

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

Submitted by Adrian Yim - 3 years ago