VS2010 Find and Replace
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("")
Replace request({:q}) with html_encode(request(\1)).
 
         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论