VB.NET中 利用正则表达式提取字符串

2025-02-28 14:14:45
推荐回答(1个)
回答1:

Dim My_str As String = Regex.Replace(bbb, "[^\u4e00-\u9fa5\da-zA-Z]", "")