Extract E-Mail from String
Project description
Extract E-Mail
Extract E-Mail from String
Screenshot
Install
$ pip install extractemail
Usage
import extractemail text = """ Yoginth is very productive person he has multiple emails like yoginth@zoho.com but he likes yoginth@gmail.com but the username has already taken, yoginth wants to get yoginth@gitlab.com but he want to work there. """ extractemail.extract(text) #=> ['yoginth@zoho.com', 'yoginth@gmail.com', 'yoginth@gitlab.com']
Get Help
There are few ways to get help:
-
Please post questions on Stack Overflow. You can open issues with questions, as long you add a link to your Stack Overflow question.
-
For bug reports and feature requests, open issues.
-
For direct and quick help, you can email me.
How to contribute
Have an idea? Found a bug? See how to contribute.
Thanks!
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
extractemail-1.0.1.tar.gz
(1.9 kB
view hashes)