static String |
StringUtil.substring(String str,
int inclusiveBeginIndex,
IntUnaryOperator funcOfExclusiveEndIndex) |
static u.Optional<String> |
StringUtil.MoreStringUtil.substring(String str,
int inclusiveBeginIndex,
IntUnaryOperator funcOfExclusiveEndIndex) |
static String |
StringUtil.substring(String str,
IntUnaryOperator funcOfInclusiveBeginIndex,
int exclusiveEndIndex) |
static u.Optional<String> |
StringUtil.MoreStringUtil.substring(String str,
IntUnaryOperator funcOfInclusiveBeginIndex,
int exclusiveEndIndex) |
static String |
StringUtil.substringBetween(String str,
int exclusiveBeginIndex,
IntUnaryOperator funcOfExclusiveEndIndex) |
static u.Optional<String> |
StringUtil.MoreStringUtil.substringBetween(String str,
int exclusiveBeginIndex,
IntUnaryOperator funcOfExclusiveEndIndex) |
static String |
StringUtil.substringBetween(String str,
IntUnaryOperator funcOfExclusiveBeginIndex,
int exclusiveEndIndex) |
static u.Optional<String> |
StringUtil.MoreStringUtil.substringBetween(String str,
IntUnaryOperator funcOfExclusiveBeginIndex,
int exclusiveEndIndex) |