JavaTM 2 Platform
Standard Ed. 6

類別 java.util.regex.Matcher
的使用

使用 Matcher 的軟體套件
java.util.regex 用於比對字元序列與正則表達式指定網要的類別。 
 

java.util.regexMatcher 的使用
 

返回 Matcherjava.util.regex 中的方法
 Matcher Matcher.appendReplacement(StringBuffer sb, String replacement)
          實作非終端添加和替換步驟。
 Matcher Pattern.matcher(CharSequence input)
          創建比對給定輸入與此網要的比對器。
 Matcher Matcher.region(int start, int end)
          設置此比對器的區域限制。
 Matcher Matcher.reset()
          重置比對器。
 Matcher Matcher.reset(CharSequence input)
          重置此具有新輸入序列的比對器。
 Matcher Matcher.useAnchoringBounds(boolean b)
          設置比對器區域界限的定位。
 Matcher Matcher.usePattern(Pattern newPattern)
          更改此 Matcher 用於尋找比對項的 Pattern
 Matcher Matcher.useTransparentBounds(boolean b)
          設置此比對器區域邊界的透明度。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only