I have a string can contain html like this:
Hello my name is <a href='...'>felipe</a> and I've one brother
I need to scape only the quotes that are outside the html. So the result would be
Hello my name is <a href='...'>felipe</a> and I\'ve one brother
Any ideas? Gems?