2019年8月20日

正则表达式

摘要: 1.提取两个指定字符串中间的值 Regex rg = new Regex("(?<=(" + "起始字符串" + "))[.\\s\\S]*?(?=(" + "结束字符串" + "))", RegexOptions.Multiline | RegexOptions.Singleline); stri 阅读全文

posted @ 2019-08-20 09:44 Innershar 阅读(182) 评论(0) 推荐(0) 编辑

导航