Regular Expressions 101

Community Patterns

Lycopodium Vendor Content

1

Regular Expression
PCRE (PHP <7.3)

/
(?<=^[0-9]{4}-V[0-9]{4}-[a-zA-Z]{2}-)[a-zA-Z]{3}(?=-[0-9]{4})
/

Description

no description available

Submitted by anonymous - 9 years ago