码迷,mamicode.com
首页 > Windows程序 > 详细

C# 正则表达式 Regex

时间:2019-09-29 23:42:38      阅读:105      评论:0      收藏:0      [点我收藏+]

标签:nbsp   info   pre   ISE   with   this   style   word   技术   

收纳总结一些正则表达式的用法

1.

//By this way will spilt the string into peice of word without specise char
string[] w = Regex.Split("Do*you&like!green eggs and ham?", @"\W+");

 

 技术图片

 

C# 正则表达式 Regex

标签:nbsp   info   pre   ISE   with   this   style   word   技术   

原文地址:https://www.cnblogs.com/tangpeng97/p/11610400.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!