AutoTweaker API
Toggle table of contents
0.1.0-alpha.35+c07218c5
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.types
/
KebabCase
/
Companion
/
toKebab
to
Kebab
jvm
fun
String
.
toKebab
(
)
:
KebabCase
(
source
)
this
只能包含小写字母、数字和短横线(
-
),不能为空,不能以
-
开头或结尾,不能连续多个
-
。
Throws
Illegal
Argument
Exception
this
不合法。