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