https://github.com/fleshgrinder/kotlin-case-format
String extension functions to convert between various case formats (camelCase, dash-case, …)
https://github.com/fleshgrinder/kotlin-case-format
camelcase-to-snakecase kotlin kotlin-jvm kotlin-library string-formatter
Last synced: 8 months ago
JSON representation
String extension functions to convert between various case formats (camelCase, dash-case, …)
- Host: GitHub
- URL: https://github.com/fleshgrinder/kotlin-case-format
- Owner: Fleshgrinder
- License: unlicense
- Created: 2018-10-22T14:47:07.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2022-10-23T09:35:43.000Z (over 3 years ago)
- Last Synced: 2025-04-12T21:31:14.344Z (about 1 year ago)
- Topics: camelcase-to-snakecase, kotlin, kotlin-jvm, kotlin-library, string-formatter
- Language: Kotlin
- Homepage:
- Size: 237 KB
- Stars: 13
- Watchers: 0
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Kotlin Case Format
[][Maven Central]
[](https://github.com/Fleshgrinder/kotlin-case-format/actions)
[](https://codecov.io/gh/Fleshgrinder/kotlin-case-format)
**Kotlin Case Format** provides string extension functions to convert between
various case formats (_camelCase_, _dash-case_, _snake_case_, …).
## Installation
Go to [Maven Central] where you find the latest release and the code required
for your dependency management tool.
## Project Info
* Contributions are highly appreciated, see [CONTRIBUTING.md] for details.
* We use [Semantic Versioning] and [Keep a Changelog], available versions and
changes are listed on our [releases] page.
* All [releases] are signed
with `EBE5 EBC0 F49E 38A6 9FC7 EA26 7366 AE4A 6774 8172` ([keybase.io/fleshgrinder])
.
[CONTRIBUTING.md]: https://github.com/Fleshgrinder/.github/blob/main/CONTRIBUTING.md
[Keep a Changelog]: https://keepachangelog.com/
[keybase.io/fleshgrinder]: https://keybase.io/fleshgrinder
[Maven Central]: https://search.maven.org/artifact/com.fleshgrinder.kotlin/case-format
[releases]: https://github.com/Fleshgrinder/kotlin-case-format/releases
[Semantic Versioning]: http://semver.org/