Don't escape method filter regexp by csfrancis · Pull Request #18 · tmm1/stackprof · GitHub
Skip to content

Don't escape method filter regexp#18

Merged
tmm1 merged 1 commit into
tmm1:masterfrom
csfrancis:no_escape_method_regexp
Feb 10, 2016
Merged

Don't escape method filter regexp#18
tmm1 merged 1 commit into
tmm1:masterfrom
csfrancis:no_escape_method_regexp

Conversation

@csfrancis

Copy link
Copy Markdown
Contributor

The regular expression value passed to --method is being incorrectly escaped. This leads to the inability to perform searches for things like foo.*bar, because the dot character is escaped and the resulting regexp becomes foo\.*bar.

@pushrax

pushrax commented Feb 10, 2016

Copy link
Copy Markdown
Contributor

tmm1 added a commit that referenced this pull request Feb 10, 2016
@tmm1 tmm1 merged commit 088b6ea into tmm1:master Feb 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants