# File lib/liquid/standardfilters.rb, line 50
def
strip_html
(
input
)
input
.
to_s
.
gsub
(
/<.*?>/
,
''
)
end