Community Patterns

Community Library Entry

2

Regular Expression
Created·2022-04-27 06:27
Updated·2022-04-27 06:46
Flavor·PCRE2 (PHP)

/
^[\(|\{\)\}\[\]\s]*(?:\w[\(|\{\)\}\[\]\s]*){1,30}$
/
gm
Open regex in editor

Description

This is a simple regex for 30 characters limit excluding brackets

Submitted by jusuchin85