# File lib/microformat/string.rb, line 13
def
strip_html
gsub
(
/<(?:[^>'"]*|(['"]).*?\1)*>/
,
''
)
end