Add startsWith()/endsWith(). (#281)

This commit is contained in:
Nikolay Igotti
2017-02-28 17:03:51 +03:00
committed by GitHub
parent 093671f549
commit 3cd4f76397
4 changed files with 55 additions and 26 deletions
@@ -6,4 +6,5 @@ fun main(args: Array<String>) {
println(strI18n.toUpperCase())
println(strI18n.toLowerCase())
println("пока".capitalize())
println("http://jetbrains.com".startsWith("http://"))
}