看板 java 關於我們 聯絡資訊
其實是看了另外一邊的推文以後才想到為什麼這個網站有列 find() 之類的結果 http://www.fileformat.info/tool/regex.htm Online Test 標題:線上測試 Regular Expression 要測的 RegExp 丟這邊就是了.. \\ 該去的要去掉. 因為他會幫忙補 \ Options 一些可以調整的選項, 詳細說明請參照 API 文件 最下面有連結 Replacement 恩.. 老實說我不太清楚這幹麻的 XD Test String #n, 放十組測試資料的地方 1 <= n <= 10 結果會是 兩個表 Original Expression 你輸入的 RegExp as a Java string 他拿去放在 Java 裡面跑的 string 長的樣子 Replacement 你剛剛打的 Replacement groupCount() 你寫的 RegExp 最多會切出幾組資料 Test 第幾組測試資料 Target String 測試資料的內容 matches() matches() 的結果, Yes or No replaceFirst() 字串 (通常 matches() lookingAt() find() 都 no 時) replaceAll() 字串 (這兩個就會是測試資料內容) lookingAt() lookingAt() 的結果, Yes or No find() find()的結果, Yes or No group(n), n >= 0 拆解出來的 group(n) 的內容 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 218.160.34.54