最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
C# 取得双引号内的字符串正则
时间:2022-06-25 08:31:31 编辑:袖梨 来源:一聚教程网
个字符串中带有双引号,如何获取到双引号内的字符串呢?
例如string words="hello"world"";要获取到"world"
using system.text.regularexpressions;
string words = "hello"world""; regex regex = new regex(""[^"]*""); string result = regex.match(words).value.replace(""", "");
相关文章
- 暗喻幻想叹息之墓宝箱获取方法攻略 11-01
- 暗喻幻想前排强化被动能否叠加说明 11-01
- 暗喻幻想魔力融合数值加成介绍说明 11-01
- 暗喻幻想军港卡拉德里乌斯潜入攻略 11-01
- 暗喻幻想:ReFantazio无限刷钱方法 11-01
- 三国志8重制版同志身份作用介绍说明 11-01