Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-05-03 15:50
Flavor·PCRE (Legacy)

/
^([c|e])([0-9]{6})$
/
gm
Open regex in editor

Description

find first letter that matches c or e then ensure remaining line is a digit

Submitted by anonymous