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