【學習資料】
《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