Regex helper

I recently had to come up with a regular expression that I could run against an HTML string that would only affect content, not tags or attribute values. I’m no regex master, so after a whole lot of failed attempts, I turned to the Google and found this invaluable regex tester, which also had a [...]