I have a script for an application and I'm stuck on a way to extract a specific number For example in:
\n@JulianJear\nApplication Development 4 iPhone and iPad.\n5\n
I haven't been able to come up with a way to remove the "5" without also getting the "4" from that string. I thought of using a scanner but the amount of characters in this piece of text for every user is going to be different. So, what other ways can be used to extract this number?