Hello, is there a way to get only the numbers in a string?
Ex.:
dim AplhaNumeric as string = "this are the numbers 1234567890"
I want to return only the numbers inside the string. Is this possible?
Ex.:
dim AplhaNumeric as string = "this are the numbers 1234567890"
I want to return only the numbers inside the string. Is this possible?