[Tutor] really basic - finding multiline chunk within larger chunk

Danny Yoo dyoo at hashcollision.org
Thu Feb 18 03:14:37 EST 2016


On Wed, Feb 17, 2016 at 7:01 AM, bruce <badouglas at gmail.com> wrote:
> I might just wind up stripping tabs/spaces and joining on space to pre
> massage the content prior to handling it..

Hi Bruce,

I want to give a second recommendation to BeautifulSoup:

    http://www.crummy.com/software/BeautifulSoup/


In particular, it knows how to search HTML:

    http://www.crummy.com/software/BeautifulSoup/bs4/doc/#searching-the-tree


More information about the Tutor mailing list