Skip to content

String manipulation functions to change the case of strings: Pascal, Camel, Kebab, Train, etc.

License

Notifications You must be signed in to change notification settings

samuelneff/kotlin-string-caser

Repository files navigation

kotlin-string-caser

Kotlin-canonical string manipulation functions to change the case of strings: Pascal, Camel, Kebab, Train, etc.

Functions available

    toCamelCase 
    toKebabCase
    toPascalCase
    toScreamingKebabCase
    toScreamingSnakeCase
    toSentenceCase
    toSlugCase
    toSnakeCase
    toTitleCase
    toTrainCase
    toUpperCamelCase // (alias for toPascalCase)

References used

Implementations adapted from other open source libraries:

About

String manipulation functions to change the case of strings: Pascal, Camel, Kebab, Train, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages