Regular Expressions 101

Community Patterns

match cookie name pattern

0

Regular Expression
PCRE (PHP <7.3)

/
_[a-z]+_[a-z]+_\d{8}_\d*_
/
gi

Description

no description available

Submitted by anonymous - 8 years ago