| 
JavaTM 2 Platform Std. Ed. v1.4.2  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Pattern | |
| java.util.regex | Classes for matching character sequences against patterns specified by regular expressions. | 
| Uses of Pattern in java.util.regex | 
| Methods in java.util.regex that return Pattern | |
 Pattern | 
Matcher.pattern()
Returns the pattern that is interpreted by this matcher.  | 
static Pattern | 
Pattern.compile(String regex)
Compiles the given regular expression into a pattern.  | 
static Pattern | 
Pattern.compile(String regex,
        int flags)
Compiles the given regular expression into a pattern with the given flags.  | 
  | 
JavaTM 2 Platform Std. Ed. v1.4.2  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.