Community Patterns

Community Library Entry

0

Regular Expression
Created·2017-10-30 11:08
Flavor·PCRE (Legacy)

/
Redirecting to .*?\?from=(?P<from>[\.a-z0-9]+)&exportFileName=(?P<exportFileName>[\.a-z0-9]+)(?:&to=(?P<to>[\.a-z0-9]+))?(?:\&lang=(?P<lang>[a-z]+))?(?:\&action=(?P<action>[a-z\-]+))?
/
gX
Open regex in editor

Description

Redirecting to .*??from=(?P<from>[.a-z0-9]+)&exportFileName=(?P<exportFileName>[.a-z0-9]+)(?:&to=(?P<to>[.a-z0-9]+))?(?:&lang=(?P<lang>[a-z]+))?(?:&action=(?P<action>[a-z-]+))?

Submitted by anonymous