public class WildMatcher extends Object
| Constructor and Description |
|---|
WildMatcher(String pattern) |
| Modifier and Type | Method and Description |
|---|---|
static WildMatcher |
instance(String pattern) |
boolean |
match(String text) |
boolean |
tryMatch(String text,
int element,
int offset) |
public WildMatcher(String pattern)
public static WildMatcher instance(String pattern)
public boolean match(String text)
public boolean tryMatch(String text, int element, int offset)
Copyright © 2020. All rights reserved.