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