Hi everyone
I want to parse email addresses from an output of a survey responses. The format of the email addresses are as follows:

Essentially I'd like the desired output to:
- Full name displayed in one column (first name, middle initial and surname)
- First letter of first and surname capitalised and the middle initial capitalised too
- Keep the middle initial, where applicable
A similar thread can be found here where RegEx is used to resolve the issue.
Can anyone help?
Thanks
KA