How can you find all HTML hyper link tags in a string and replace them with their href value?
- by hsatterwhite
I'd like to take a string of text and find all of the hyper link tags, grab their href value, and replace the entire hyper link tag with the value of the href attribute.