SybSafetyFirst
Toggle table of contents
unknown
jvm
Platform filter
jvm
Switch theme
Search in API
SybSafetyFirst
SybSafetyFirst
/
com.sybsuper.sybsafetyfirst.utils
Package-level
declarations
Types
Functions
Types
Split
String
Link copied to clipboard
typealias
SplitString
=
List
<
String
>
Functions
delay
Link copied to clipboard
fun
delay
(
ticks
:
Long
,
action
:
(
)
->
Unit
)
from
Camel
Case
Link copied to clipboard
fun
String
.
fromCamelCase
(
)
:
SplitString
from
Kebab
Case
Link copied to clipboard
fun
String
.
fromKebabCase
(
)
:
SplitString
from
Pascal
Case
Link copied to clipboard
fun
String
.
fromPascalCase
(
)
:
SplitString
from
Snake
Case
Link copied to clipboard
fun
String
.
fromSnakeCase
(
)
:
SplitString
to
Camel
Case
Link copied to clipboard
fun
SplitString
.
toCamelCase
(
)
:
String
to
Flat
Case
Link copied to clipboard
fun
SplitString
.
toFlatCase
(
)
:
String
to
Kebab
Case
Link copied to clipboard
fun
SplitString
.
toKebabCase
(
)
:
String
to
Pascal
Case
Link copied to clipboard
fun
SplitString
.
toPascalCase
(
)
:
String
to
Snake
Case
Link copied to clipboard
fun
SplitString
.
toSnakeCase
(
)
:
String