public class CapturingGroup extends Object
| Constructor and Description |
|---|
CapturingGroup(CharSequence path,
int start,
int end) |
| Modifier and Type | Method and Description |
|---|---|
CharSequence |
getCaptured() |
int |
getEnd() |
int |
getStart() |
String |
toString() |
public CapturingGroup(CharSequence path, int start, int end)
public int getStart()
public int getEnd()
public CharSequence getCaptured()
Copyright © 2021 OCPsoft. All rights reserved.