JavaTM 2 Platform
Standard Ed. 5.0

Ŭ·¡½º
java.util.regex.Matcher »ç¿ë

Matcher¸¦ »ç¿ëÇÏ°í ÀÖ´Â ÆÐÅ°Áö
java.util.regex ¹®ÀÚ ¼ø¼­¸¦ Á¤±Ô Ç¥ÇöÀ¸·Î ÁöÁ¤µÈ ÆÐÅÏ°ú ¸ÅÄ¡Çϱâ À§ÇÑ Å¬·¡½ºÀÔ´Ï´Ù.  
 

java.util.regex ¿¡¼­ÀÇ Matcher »ç¿ë
 

Matcher¸¦ µ¹·ÁÁÖ´Â java.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. 5.0

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy µµ ÂüÁ¶ÇϽʽÿÀ.