class Rails::HTML4::FullSanitizer


# => “Bold no more! See more here…”
full_sanitizer.sanitize(“Bold no more! <a href=‘more.html’>See more here</a>…”)
full_sanitizer = Rails::HTML4::FullSanitizer.new
Removes all tags from HTML4 but strips out scripts, forms and comments.
== Rails::HTML4::FullSanitizer