SyntaxFix
Write A Post
Hire A Developer
Questions
the best design is:
public static string RemoveIntegers(this string input) { return Regex.Replace(input, @"[\d-]", string.Empty); }