I am trying to strip out the spaces from the returned Contact number.
I tried:
and this does not do it.
I found this article but it did not help:
http://stackoverflow.com/questions/19743883/ios-7-contact-number-spaces-are-not-spaces
Any help would be appreciated...thanks.
I tried:
B4X:
Regex.Replace(" ", strTempPhone, "")
and this does not do it.
I found this article but it did not help:
http://stackoverflow.com/questions/19743883/ios-7-contact-number-spaces-are-not-spaces
Any help would be appreciated...thanks.