Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2018-12-17 15:38
Flavor·PCRE (Legacy)

/
^(?<category>[APDRF])(?<dimensionCode>[A-Z0-9])(?<contourOrCertification>[A-Z0-9])_?(?<serialNumber>[0-9]{3,5})_?(?<ownerCode>[A-Z0-9]{2,3})$
/
gm
Open regex in editor

Description

Submitted by anonymous