bs4.BeautifulStoneSoup.getText

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

Get all child strings, concatenated using the given separator.