Hey!
I want to write a small regular expression to replace "&" with "&" in URLs. Some of the URLs already contain the "&" so I want to skip these ones.
So I need a regular expression that will ignore any "&" followed by "amp;". Any idea how I'd get about this?
I want to write a small regular expression to replace "&" with "&" in URLs. Some of the URLs already contain the "&" so I want to skip these ones.
So I need a regular expression that will ignore any "&" followed by "amp;". Any idea how I'd get about this?