Description

This article describes a procedure to make Quick Filter searches case insensitive, which makes it easier for users to search for a custom username or payload with a specific string.

Symptoms

Users wish to search for a custom username or payload with a specific string.

Solution

Regex-based/Quick Filter searches in Log and Network activity  can be made case insensitive by just adding a (?i) in front of the string you are searching for.

Example:


(?i)user will match user, USER, USeR, uSER or any other combination of upper and lower case letters for that string.

Modification History

2021-01-05: Minor non-technical edits.

Related Information