Community Patterns

Community Library Entry

1

Regular Expression
Created·2017-01-14 00:44
Flavor·Python

r"
%(?:(?![0-9a-fA-F]{2}))
"
g
Open regex in editor

Description

Match % signs of sequences that aren't valid "percent-encoded"

Submitted by anonymous