Please help me very urgent regex in edit plus..
Posted: Sat Dec 22, 2007 1:20 pm
I am trying a simple regular expression to find and replace following in any document. 'm using EditPlus.
String to find:
request("xxxxx")
where xxxxx can be anything; so white space request(" anything ")
and to replace it with
sanatize(request("xxxxx"))
where xxxxx can be anything; so white space sanatize(request(" anything "))
Please help it is very urgent..
String to find:
request("xxxxx")
where xxxxx can be anything; so white space request(" anything ")
and to replace it with
sanatize(request("xxxxx"))
where xxxxx can be anything; so white space sanatize(request(" anything "))
Please help it is very urgent..