Search found 1 match

by Ruffman
19 Jan 2014 15:00
Forum: User Help / Bug Reports
Topic: parsing quotes in match function
Replies: 1
Views: 5819

parsing quotes in match function

I cannot use the match function if I try to escape doubles quotes with backslashes.
example:
".*?input type=/"hidden/" value=/"([0-9a-f]+?)/" name=/"csrf/".*"
everything gets weired after the second double quote.