import reemail = "something+company@gmail.com"m = re.search(r'\+([^@]+)@', email)if m: print(m.group(1))
Standard input is empty
company
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!