Flowdock
method

strip_tags

Importance_2
v1.2.6 - Show latest stable - 1 note - Class: ActionView::Helpers::TextHelper
strip_tags(html) public

Strips all HTML tags from the html, including comments. This uses the html-scanner tokenizer and so its HTML parsing ability is limited by that of html-scanner.

Show source