Constructor and Description |
---|
RegexResult(int start,
int end,
String group) |
public int start
getStart()
public int end
getEnd()
public String group
getGroup()
public RegexResult(int start, int end, String group)
start
- see getStart()
end
- see getEnd()
group
- see getGroup()
public String getGroup()
public int getStart()
public int getEnd()
Copyright © 2004–2021 XWiki. All rights reserved.