[plugin] Eclipse Regular Expression Tester

看板Eclipse作者 (愚人)時間16年前 (2008/03/10 14:44), 編輯推噓2(200)
留言2則, 2人參與, 最新討論串1/1
Regular Expression 使用上是相當廣泛的, 不過對於初學的人可能需要一個能立即得到回饋的結果 這個 plugin 能夠幫助您取得這樣的結果 http://www.brosinski.com/regex/ http://www.brosinski.com/regex/regexpro.gif
<% Features * Test and search for regular expression * Matches are colorized, for an easy visual clue * Support for pattern flags (e.g. Pattern.DOTALL) * LiveEval evaluates your regular expression while you are typing it, gives feedback on possible errors and shows any matches automatically * LiveEval is supported for changes of the regular expression, the search text and the pattern flags * 4 distinct match modes: o Find a sequence of characters o Match a complete text o Split text o Replace every occurence of the regex with a different string Replacing supports back references ($1,$2,...) * LiveEval for match mode changes * Context sensitive "Regular Expression Assist" * Selective evaluation of expressions * Bracket Matching * Generation of string literals based on the regexp, e.g. "\(x\)" becomes "\\(x\\)" * De-escape patterns in your code, e.g. \\(x\\) becomes \(x\) * Improved "Clear Menu", choose which parts of the view you would like to get cleared every time you press the clear button * Easy movement through matches: Choose "Previous Match" or "Next Match" and cycle through all matches found. * Polished and accessible user interface, everything is reachable via keyboard %> -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 60.245.112.176

03/10 19:27, , 1F
這個還滿有趣的@@
03/10 19:27, 1F

03/28 12:06, , 2F
03/28 12:06, 2F
文章代碼(AID): #17rDZ0_F (Eclipse)
文章代碼(AID): #17rDZ0_F (Eclipse)