Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-01-06 18:39
Flavor·PCRE (Legacy)

/
\s*(?=(\=(?!\=)))((?<!\=)\=)\s*\$_REQUEST\[.*\]|\s*(?=(\=(?!\=)))((?<!\=)\=)\s*\$_POST\[.*\]|\s*(?=(\=(?!\=)))((?<!\=)\=)\s*\$_REQUET\[.*\]
/
gi
Open regex in editor

Description

all instances of $_REQUEST, $_POST and $_GET. globally, case-insensitive

Submitted by localhost8080