Searched defs:Pattern (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/util/regex/
H A DPattern.java28 * The {@code Pattern} class and its companion, {@link Matcher}, also offer more functionality
37 * // Direct use of Pattern:
38 * Pattern p = Pattern.compile("Hello, (\\S+)");
221 * in {@code String} and the methods in {@code Pattern}.
225 public final class Pattern implements Serializable { class in inherits:Serializable
236 * This constant specifies that a {@code Pattern} is matched
243 * This constant specifies that a {@code Pattern} may contain whitespace or
257 * This constant specifies that the whole {@code Pattern} is to be taken
270 * This constant specifies that a {@code Pattern} tha
384 private Pattern(String pattern, int flags) throws PatternSyntaxException { method in class:Pattern
[all...]

Completed in 3534 milliseconds