摘要:
What is a long line? //z 2012-4-26 16:42:21 PM IS2120@CSDN Well it depends. Notepad++ has two distinct, independent answers to this: When a line c... 阅读全文
posted @ 2012-04-26 16:39
BiG5
阅读(142)
评论(0)
推荐(0)
摘要:
1. IsEnglishLetter 4-26 16:07:29 PM IS2120@CSDN 1. 正则表达式,匹配(字母,数字,子母和数字) Only letters: Regex.IsMatch(input, @"^[a-zA-Z]+$"); Only letters and ... 阅读全文
posted @ 2012-04-26 16:05
BiG5
阅读(136)
评论(0)
推荐(0)