public class RegexMatcher
| Modifier and Type | Class and Description |
|---|---|
static class |
RegexMatcher.Companion
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static RegexMatcher.Companion |
Companion
Deprecated.
|
| Constructor and Description |
|---|
RegexMatcher(java.lang.String regex)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description)
Deprecated.
|
boolean |
matchesSafely(java.lang.String text)
Deprecated.
|
static RegexMatcher |
regex(java.lang.Object regex)
Deprecated.
|
public static RegexMatcher.Companion Companion
public void describeTo(org.hamcrest.Description description)
public boolean matchesSafely(java.lang.String text)
public static RegexMatcher regex(java.lang.Object regex)