Hero is coming back

风吹呀吹

风会指引你前进的方向

C# 正则表达式 Regex

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

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+");

 

 

 

posted @ 2019-09-29 22:49  风吹呀吹  阅读(712)  评论(0编辑  收藏  举报