LiquidBounce
Toggle table of contents
0.37.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.utils.text
/
StringMatchMode
/
STARTS_WITH
STARTS_
WITH
STARTS_WITH
Members
Properties
name
Link copied to clipboard
val
name
:
String
ordinal
Link copied to clipboard
val
ordinal
:
Int
tag
Link copied to clipboard
open
override
val
tag
:
String
tag
Aliases
Link copied to clipboard
open
val
tagAliases
:
List
<
String
>
Functions
and
Link copied to clipboard
open
fun
and
(
other
:
BiPredicate
<
in
String
?
,
in
String
?
>
?
)
:
BiPredicate
<
String
?
,
String
?
>
?
negate
Link copied to clipboard
open
fun
negate
(
)
:
BiPredicate
<
String
?
,
String
?
>
?
or
Link copied to clipboard
open
fun
or
(
other
:
BiPredicate
<
in
String
?
,
in
String
?
>
?
)
:
BiPredicate
<
String
?
,
String
?
>
?
test
Link copied to clipboard
abstract
fun
test
(
p0
:
String
,
p1
:
String
)
:
Boolean