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

/libcore/ojluni/src/main/java/java/util/regex/
H A DPattern.java55 * Pattern p = Pattern.{@link #compile compile}("a*b");
65 * boolean b = Pattern.matches("a*b", "aaaaab");</pre></blockquote>
560 * The script names supported by <code>Pattern</code> are the valid script names
569 * The block names supported by <code>Pattern</code> are the valid block names
588 * {@code IsAlphabetic}. The supported binary properties by <code>Pattern</code>
667 * <p>The <code>Pattern</code> engine performs traditional NFA-based matching
766 public final class Pattern implements java.io.Serializable class in inherits:java.io.Serializable
774 * RegExp r1 = RegExp.compile("abc", Pattern.I|Pattern
1314 private Pattern(String p, int f) { method in class:Pattern
[all...]

Completed in 56 milliseconds