Regular Expressions 101

Community Patterns

Remove specific parameter from URL

1

Regular Expression
PCRE (PHP <7.3)

/
(sst=[^&]+&)|((\?|&|^)sst=[^&]+$)
/
gm

Description

Loading markdown...
Submitted by Martin Holt - 3 months ago
(Last modified 3 months ago)