I am newbie to python and have no time to study python with more time. Here I post to look for help to realize one very simple function: search content to find out all "@gmail.com" email address.
For instance, if one string is " hello, this is test from abc@gmail.com to d123@gmail.com". Maybe I need one simple code to find out "abc@gmail.com" and "d123@gmail.com".
Is that very simple ? But I never use python and really have no idea to achieve that.
Thanks,