G
gr
Hi I'm get strings like the following:
str1 = "kefg12def"
str2 = "k4hil3"
str3= "j98998"
.....
So I have numbers inside a string. is there a function to
pull out the numbers??
From str1 get 12
From str2 = 43
From str3= 98998
Thank you!
str1 = "kefg12def"
str2 = "k4hil3"
str3= "j98998"
.....
So I have numbers inside a string. is there a function to
pull out the numbers??
From str1 get 12
From str2 = 43
From str3= 98998
Thank you!