public abstract static class RegexTesterResponse.Match extends Object
| Constructor and Description |
|---|
Match() |
| Modifier and Type | Method and Description |
|---|---|
static RegexTesterResponse.Match |
create(String match,
int start,
int end) |
abstract int |
end() |
abstract String |
match() |
abstract int |
start() |
public abstract int start()
public abstract int end()
public static RegexTesterResponse.Match create(@Nullable String match, int start, int end)
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.