bs4.BeautifulSoup.getText

BeautifulSoup.getText(separator=u'', strip=False, types=(<class 'bs4.element.NavigableString'>, <class 'bs4.element.CData'>))

Get all child strings, concatenated using the given separator.