国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發 > 綜合 > 正文

老外編的程序(三)--正則表達式的Demo

2024-07-21 02:20:12
字體:
來源:轉載
供稿:網友

商業源碼熱門下載www.html.org.cn

using system.text.regularexpressions;

class test {
    static string captext(match m) {
    // get the matched string
    string x = m.tostring();
    // if the first char is lower case
    if (char.islower(x[0])) {
        // capitalize it
        return char.toupper(x[0]) + x.substring(1, x.length-1);
    }
    return x;
    }
    
    static void main() {
    string text = "four score and seven years ago";
    system.console.writeline("text=[" + text + "]");
    string result = regex.replace(text, @"/w+",
                      new matchevaluator(test.captext));
    system.console.writeline("result=[" + result + "]");
    }
}
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 城市| 乐安县| 正蓝旗| 枞阳县| 楚雄市| 聂拉木县| 新民市| 军事| 澄迈县| 临洮县| 福建省| 德格县| 博湖县| 周口市| 环江| 昂仁县| 沙湾县| 襄樊市| 博白县| 永福县| 峨眉山市| 镇原县| 涟水县| 进贤县| 天祝| 南澳县| 和顺县| 蕲春县| 沧源| 贵溪市| 洛南县| 桦南县| 新安县| 南川市| 加查县| 菏泽市| 台东市| 庆安县| 定南县| 墨竹工卡县| 濮阳县|