Regular expression to replace & with & in XML file

aojoknoy

New Member
In an XML file, I am capturing a long list of URLS from a web page, using regex (in .NET). Within the captured URLS, I simply need to substitute '&' for all '\[code\]&\[/code\]' that are located within the URLS. How do I do this?
 
Back
Top