Hi All,
I have this string
[2] This is a test 1
[3] This is a Test2
[6] This is test5
I need the number 2, 3 and 6 to be extracted from the above string. I can always use indexof and substring, but I was just wondering if there is any easier way.
Thanks.
Go to the complete details ...