Answers for "how to remove all html tags from a string"

0

remove all html tags and text from string python

string = "<p>frwefb</p>"
BeautifulSoup(string, "lxml").text
Posted by: Guest on March-16-2021

Code answers related to "how to remove all html tags from a string"

Browse Popular Code Answers by Language