Example of what I am trying to do:
String = "2 A2 E10 string"
E10 is not fixed. it may be E222 0r E1 but starting letter E is fixed.
I am looking to get this as a result: "E10"
I am struggling with objective-c and strings for some reason
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you are sure that there are words like “2”, “A2” and “E10” in the string separated by whitespaces and you want the last string, you can use,