-
public final class StringExtensionsKt
-
-
Method Summary
Modifier and Type Method Description final static StringsnakeToLowerCamelCase(String $self)Converts string written in snake case to String in camel case with the first symbol in lower case. -
-
Method Detail
-
snakeToLowerCamelCase
final static String snakeToLowerCamelCase(String $self)
Converts string written in snake case to String in camel case with the first symbol in lower case. For example string "created_at_some_time" is converted to "createdAtSomeTime".
-
-
-
-