bs4.BeautifulSoup.get_text

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

Get all child strings, concatenated using the given separator.