public abstract class ParseTools extends Object
| Constructor and Description |
|---|
ParseTools() |
| Modifier and Type | Method and Description |
|---|---|
static CapturingGroup |
balancedCapture(CharSequence path,
int startPos,
int endPos,
CaptureType type)
Return the index of the terminating character in the group, excluding markers.
|
static boolean |
isEscaped(CharSequence path,
int cursor)
Return true if the character at the given cursor is escaped; otherwise, return false.
|
public static CapturingGroup balancedCapture(CharSequence path, int startPos, int endPos, CaptureType type)
public static boolean isEscaped(CharSequence path, int cursor)
Copyright © 2023 OCPsoft. All rights reserved.