Package | Description |
---|---|
org.zkoss.lang |
The most fundamental Java utilities relevant.
|
Modifier and Type | Method and Description |
---|---|
static Strings.Result |
Strings.nextToken(java.lang.String src,
int from,
char[] separators)
Returns the next token with unescape.
|
static Strings.Result |
Strings.nextToken(java.lang.String src,
int from,
char[] separators,
boolean escBackslash,
boolean quotAsToken)
Returns the next token with additional options.
|
static Strings.Result |
Strings.nextToken(java.lang.String src,
int from,
char[] separators,
boolean escBackslash,
boolean quotAsToken,
boolean parenthesis)
Returns the next token with additional options.
|
static Strings.Result |
Strings.substring(java.lang.String src,
int from,
char until)
Returns the substring from the
from index up to the
until character or end-of-string. |
static Strings.Result |
Strings.substring(java.lang.String src,
int from,
char until,
boolean escBackslash)
Returns the substring from the
from index up to the
until character or end-of-string. |
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.