Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

remove all html tags and text from string python

string = "<p>frwefb</p>"
BeautifulSoup(string, "lxml").text
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #remove #html #tags #text #string #python
ADD COMMENT
Topic
Name
9+1 =