Finding a specific character in a string in Matlab

Viewed 53550

Suppose I have a string 'johndoe@hotmail.com'. I want to store the string before and after "@" into 2 separate strings. What would be the easiest method of finding the "@" character or other characters in the string?

7 Answers
Related