I have a string that looks a bit like the following:
189 A 190 Merit 191 68.6
Now I want the value that falls between 190 and 191 – Merit.
Is this possible?
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.
Being naive – you say you have a string (i.e. not a column).
The next 2 statements strip out the part between 190 and 191.
If you had meant a table column, then