Hi,
trying to use regex to replace any white space with " ", inside of example html
<span someattr="a">and some words with spaces</span>
It's a desktop app and this html is coming to/from a third party control and don't have the luxury of working with any type of html parsing so am stuck with regex
I can't seem come up with a regex that would just match any whitespace inside any number of span tags.
Thanks