using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using System.Web; namespace Test { public class StringReplace { //只保留字符串数字 public static string GetNumberAlpha(string source) { string pattern =…