On 2010-02-06 10:55, Willy Tarreau wrote: > reqrep ([^\ ]*)\ /action.register\?([^&]*&)*param2=bar(.*) \1\ > /newaction\?\2param2=bar\3
This does it. Looks like your Regex Kung Fu is stronger than mine. But well, it was late :) --Holger
On 2010-02-06 10:55, Willy Tarreau wrote: > reqrep ([^\ ]*)\ /action.register\?([^&]*&)*param2=bar(.*) \1\ > /newaction\?\2param2=bar\3
This does it. Looks like your Regex Kung Fu is stronger than mine. But well, it was late :) --Holger