basyura's blog

あしたになったらほんきだす。

タグを削除

自分で書かなくても rails の helper を使えば良かった。

require 'action_view'
include ActionView::Helpers::SanitizeHelper

puts strip_tags('<span>hello world</span>')