I have this sample data
akb.ggb@yahoo.com should output akb ggb
sdsd.sdsd@gmail.com should output sdsd sdsd
asdasd.asasd@tmail.com should output asdasd asasd
I need a regexp to find fullname from email like above.
Any help should be appreciated.