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)
- Host: GitHub
- URL: https://github.com/magicxor/htmltextextractor
- Owner: magicxor
- License: unlicense
- Created: 2023-05-13T18:24:38.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-13T20:01:36.000Z (about 3 years ago)
- Last Synced: 2025-02-28T03:59:23.602Z (over 1 year ago)
- Topics: email, extractor, html, mail, mailbee, mailbee-net, parser, regex, regexp, regular-expressions, text
- Language: C#
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)