from functorflow import f
dirty = '<script>alert("xss");</script><p>hello'
clean_html = f('sanitize-html', dirty)
print(clean_html) # '<p>hello</p>'
Stop wasting time installing and configuring Python libraries. Use them right away. FunctorFlow instantly auto-install and auto-config them for you.
Top comments (0)