Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-06-08 20:00
Flavor·PCRE2 (PHP)

/
^(\[WIP\])?(\[PIDSS-\d+]) [[:upper:]].{3,}
/
gm
Open regex in editor

Description

Validates that there an optional [WIP] followed by a bracketed ticket number, PIDSS-n*, a space, and a string beginning with an uppercase character.

Submitted by David E Nedrow