login
|
about
|
faq
Questions
Tags
Users
Badges
Unanswered
Ask Question
Search Results
relevance
newest
votes
active
0
votes
Replace non-numeric with empty string
Using the Regex methods in .NET you should be able to match any non-numeric digit using \D, like so: phoneNumber = Regex.Replace(phoneNumber, "\D", ""); …
answered
Nov 4 '08 at 17:07
Wesley Mason
142
●
1
●
5
posts containing
user:28147
within these tags
c#
Want better search results?
See our search tips!
Stack Overflow works best with JavaScript enabled