- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for titlecase (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
.teamcity/src/main/kotlin/common/CommonExtensions.kt
) { steps { killProcessStep(this@killProcessStep, mode, os, arch, executionMode) } } fun String.toCapitalized() = this.replaceFirstChar { if (it.isLowerCase()) it.titlecase(Locale.getDefault()) else it.toString() } fun String.toCamelCase() = lowercase().replace(Regex("_[a-z]")) { it.value[1].uppercase() } /** * Define clean up rules for the project.Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 13 05:03:56 GMT 2026 - 14.8K bytes - Click Count (0)