Skip to content

The TransformString library providing a set of functions for string case transformation.

License

Notifications You must be signed in to change notification settings

kasem-sm/transform-string

 
 

Repository files navigation

transform-string

The transform-string library providing a set of functions for string case transformation in an intuitive manner.

Installation

dependencies {
    implementation("ski.chrzanow:transform-string:0.1.0")
}

Usage example

"hello world".transform_string()    // hello_world
"hello world".TRANSFORMSTRING()     // HELLOWORLD
"hello world".TransformString()     // HelloWorld
"hello world".`TRANSFORM-STRING`()  // HELLO-WORLD
"hello world".tRaNsFoRmStRiNg()  // hElLo WoRlD

If you find that concept interesting and have more ideas for it — do not hesitate to create a Pull Request!

About

The TransformString library providing a set of functions for string case transformation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%