Regular Expressions 101

Community Patterns

Match url based on specific path values

0

Regular Expression
PCRE (PHP <7.3)

/
\b(?:https?:\/\/)?[^\/:]+\/.*?checkout\/b\?bag=?([A-Za-z0-9]*)$
/
g

Description

no description available

Submitted by anonymous - 6 years ago