正则表达式2
摘要:样例:"^The":表示所有以"The"开始的字符串("There","The cat"等);"of despair$":表示所以以"of despair"结尾的字符串;"^abc$":表示开始和结尾都是"abc"的字符串——呵呵,只有"abc"自己了;"notice":表示任何包含"notice"的字符串。'*','+'和'?'
阅读全文
posted @ 2014-01-29 22:49
posted @ 2014-01-29 22:49
posted @ 2014-01-29 17:10