public class PatternAndCaptures extends Object
| Modifier and Type | Method and Description |
|---|---|
static PatternAndCaptures |
compile(String regex) |
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
matches(CharSequence sequence) |
boolean |
matches(CharSequence sequence,
Map<String,String> captures) |
public static PatternAndCaptures compile(String regex)
public boolean matches(CharSequence sequence)
public boolean matches(CharSequence sequence, Map<String,String> captures)
Copyright © 2021. All rights reserved.