public class Pattern extends Object
| Constructor and Description |
|---|
Pattern(String ex,
ArrayList<Part> p,
boolean strict) |
| Modifier and Type | Method and Description |
|---|---|
int |
count() |
String |
example() |
int |
getPartCount() |
Iterator<Part> |
getParts() |
String |
id() |
boolean |
matches(Pattern p) |
boolean |
strict() |
String |
toString() |
String |
toString(PrintfFormat exampleFormat) |
public String id()
public String example()
public int count()
public int getPartCount()
public boolean strict()
public boolean matches(Pattern p)
public String toString(PrintfFormat exampleFormat)
Copyright © 2023. All rights reserved.