Kstr
Kstr is a set of helpful methods library for Kotlin intended for make the developer life easier.
Kstr uses the powerful feature of extension functions to add new and useful methods to the String class.
Kstr is under development, but 100% usable. Any suggestions, issue reports, contributions, or feedback are very welcome.
Installation
Kstr is available from Maven Central.
repositories {
mavenCentral()
}
dependencies {
testImplementation("io.kstr:kstr-core:
"
)
}
See the button below or releases/latest for the current version number.
Using Kstr
Please see the project documentation and API docs.