/ Published in: C#
Expand |
Embed | Plain Text
System.Text.RegularExpressions.Regex.Replace(Value, "\\D", "");
You need to login to post a comment.
Anthony on 10/20/08
regularexpressions String non-numeric
1 person have marked this snippet as a favorite
System.Text.RegularExpressions.Regex.Replace(Value, "\\D", "");
You need to login to post a comment.