HTML Pattern
Recursively use this pattern to match HTML content.
This pattern will match Hello World and return a groupdict of tag, body and attribute data.
Then you can use this pattern on the body to parse nested HTML tags as well.
Submitted by GrandMoff100 - 2 years ago