/ Published in: Ruby
Expand |
Embed | Plain Text
doc = Nokogiri::HTML(your_html) doc.xpath("//text()").remove
You need to login to post a comment.
doc = Nokogiri::HTML(your_html) doc.xpath("//text()").remove
You need to login to post a comment.