G
Guest
Hello,
How would I retreive only the numbers out of a string?
Regex.Replace(mString, -Expression-, "")
eg: mString = "AZE|@#{1^2#{[^3ert/.?" should return '123'
TIA,
Michael
How would I retreive only the numbers out of a string?
Regex.Replace(mString, -Expression-, "")
eg: mString = "AZE|@#{1^2#{[^3ert/.?" should return '123'
TIA,
Michael
)