Octavius Database
Toggle table of contents
5.1.1
common
Target filter
common
Switch theme
Search in API
Skip to content
Octavius Database
api
/
org.octavius.data.util
/
toCamelCase
to
Camel
Case
fun
String
.
toCamelCase
(
)
:
String
Converts snake_case to camelCase. Used e.g., when mapping from database (user_id -> userId).