An open API service indexing awesome lists of open source software.

https://github.com/magicxor/htmltextextractor

Extracts text from HTML (compatible with MailBee.NET)
https://github.com/magicxor/htmltextextractor

email extractor html mail mailbee mailbee-net parser regex regexp regular-expressions text

Last synced: about 1 month ago
JSON representation

Extracts text from HTML (compatible with MailBee.NET)

Awesome Lists containing this project

README

          

# HtmlTextExtractor
Extracts text from HTML (compatible with MailBee.NET)

## Disclaimer

This code just reproduces MailBee.NET behavior. You shouldn't use it in production unless you really need it.

## See also:

- [Stop Parsing (X)HTML with Regular Expression](https://medium.com/thecyberfibre/stop-parsing-x-html-with-regular-expression-2cf13215b411)
- [You can't parse HTML with Regular Expressions](https://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags/1732454#1732454)