I'm reposting this because I had said that I was finished with the previous
thread, but then this came up...
I have another problem (I'm really bad at RegEx)... and I spent the last
few hours looking for a resolution...
I want to remove all the double double (""a"") quotes, and replace them with
single double ("a") quotes... but
In my file I have the following:
=""2"" (not valid)
But also,
="" (valid)
Sometimes there is a space at the end followed by another tag:
=""3"" FrameId=""BR1""
and sometime not,
=""8wR4"">
And sometimes the value is correct:
="1"
Ayush or anyone following this thread - if you can help that would be
great - I will continue with the 'trial and error', but so far no luck.