文件名称:kotlin-pluralizer:Kotlin扩展,可对字符串进行复数和单数化
文件大小:104KB
文件格式:ZIP
更新时间:2024-06-16 05:16:00
Kotlin
Kotlin复配剂 kotlin扩展,可对字符串进行复数和单数化 表现一些爱 用法 复数: " person " .pluralize() # = > " people " " post " .pluralize() # = > " posts " " sheep " .pluralize() # = > " sheep " " foot " .pluralize() # = > " feet " 单数化: " words " .singularize() # = > " word " " octopi " .singularize() # = > " octopus " " people " .singularize() # = > " person " " feet " .sin
【文件预览】:
kotlin-pluralizer-master
----.travis.yml(394B)
----gradlew.bat(2KB)
----gradlew(5KB)
----gradle.properties(730B)
----library()
--------proguard-rules.pro(663B)
--------src()
--------publish.gradle(1KB)
--------.gitignore(7B)
--------build.gradle(393B)
----android-sample()
--------proguard-rules.pro(663B)
--------src()
--------.gitignore(7B)
--------build.gradle(1KB)
----LICENSE(1KB)
----gradle()
--------wrapper()
----.gitignore(1KB)
----README.md(3KB)
----settings.gradle(38B)
----build.gradle(827B)