ChanTsune / ktPyString

Python compliant String operation methods in Kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Kotlin 100.0%