G
Guest
Is there an easy way to extract the first 1 or 2 numbers from a string mixed
string. I need to extract the 4 from 4-jh or 4 jh or 4 jh or extract 56 from
as similar string. the problem is I never know what the first non-numeric
character will be so it seems I have to test for all 26 characters. All i
want is the first n numeric characters.
thanks for any and all help
string. I need to extract the 4 from 4-jh or 4 jh or 4 jh or extract 56 from
as similar string. the problem is I never know what the first non-numeric
character will be so it seems I have to test for all 26 characters. All i
want is the first n numeric characters.
thanks for any and all help