【学习资料】
《C#图解教程》:https://www.cnblogs.com/moonache/p/7687551.html
电子书下载:https://pan.baidu.com/s/1mhOmBG0
- 参考文章
- C#正则表达式大全(很全面):https://www.cnblogs.com/hehehehehe/p/6043710.html
- 注:这东西有点复杂,以后用到了再慢慢学习
【笔记】
匹配规则传送门:https://www.runoob.com/csharp/csharp-regular-expressions.html
正则表达式类:Regex
命名空间:using System.Text.RegularExpressions;
常用方法:
IsMatch
Replace
Split