SHOWcode

2018年12月9日 星期日

C# 正規 紀錄


public static bool isMatchNumber(string str)
    {
        return Regex.IsMatch(str, @"(^([0-9]*|\d*\d{1}?\d*)$)");
    }

沒有留言:

張貼留言

Jenkins-mail

參考:http://www.linuxea.com/1767.html 前置作業略過~有空再補 Mailer Plugin post { success { emailext ( subject: &...