I need help using regular expressions using Find and Replace in VS2010. I want to Find request("somevar") and replace it with html_encode(request("somevar"))
somevar will be a different for each request("")
Thanks.
I need help using regular expressions using Find and Replace in VS2010. I want to Find request("somevar") and replace it with html_encode(request("somevar"))
somevar will be a different for each request("")
Thanks.
SLaks got it right using a tagged expression. I have a post here that goes into a little more detail on how tagged expressions work: http://blogs.msdn.com/b/zainnab/archive/2010/09/12/replace-in-files-tagged-expressions-vstipfind0016.aspx