Skip to content

Python compliant String operation methods in Kotlin

License

Notifications You must be signed in to change notification settings

ChanTsune/ktPyString

Repository files navigation

ktPyString

Build Status GitHub release Download license

ktPyString is a string extension for kotlin. This library provide Python compliant String operation methods.

Getting It

Maven

<dependency>
  <groupId>dev.tsune</groupId>
  <artifactId>ktPyString</artifactId>
  <version>0.0.0</version>
  <type>pom</type>
</dependency>

Gradle

groovy

implementation 'dev.tsune:ktPyString:0.0.0'

kotlin

implementation("dev.tsune:ktPyString:0.0.0")

About

Python compliant String operation methods in Kotlin

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages