I have this sample data
[email protected] should output akb ggb
[email protected] should output sdsd sdsd
[email protected] should output asdasd asasd
I need a regexp to find fullname from email like above.
Any help should be appreciated.