Let’s say I have some email: some_email@yahoo.com.
Firstly I would want to remove everything that is after @.
And last remove anything inside what’s left from the previous action what matches the special characters allowed in an email address format ( anything like “_”, “.” or other special characters allowed ) and camile hump the first letter in the word or words if that’s the case.
Is it possible and how would I do that ?
For your input some_email@yahoo.com, it gives output ‘Some Email’
Live action http://codepad.org/w0yfRFbo