Regular Expressions 101

Community Patterns

CPE WFN value string

0

Regular Expression
PCRE (PHP <7.3)

/
^(?:[*?_A-Za-z0-9]|\\[\\!"#$%&'()+,.\/:;<>=@[\]^`{|}~*?-])(?:[A-Za-z0-9_]|\\[\\!"#$%&'()+,.\/:;<>=@[\]^`{|}~*?-])*(?:\*|\?+)?
/
gm

Description

Will match a value string for a CPE Well Formed Name

Submitted by anonymous - 7 years ago