I am using BeautifulSoup to parse some content from a html page.
I can extract from the html the content I want (i.e. the text contained in a span defin
span
If you are using bs4 you can use strings:
" ".join(result.strings)