正则表达式(一) 正则表达式的元字符有. ^ $ * + ? { [ ] | ( ) .表示任意字符 $ 匹配行结束符。例如正则表达式weasel$ 能够匹配字符串”He’s a w … Continue reading 正则表达式(一)