Topics
Kotlin String
About this topic: Articles tagged __TAG__
Showing 5 articlesRelated tags
Topics
Articles
Showing 5 articles
How-tos
How to Get SimpleName in Kotlin
Learn how to get a class's SimpleName in Kotlin easily. This article covers methods like using the ::class syntax and reflection on class instances, similar to Java's …
↗
How-tos
How to Format String in Kotlin
This article shows two ways to format string in Kotlin namely, string templates i.e using $ (dollar) sign and using String.format() method.
↗
How-tos
How to Concatenate Strings in Kotlin
To concatenate two or more than two strings in Kotlin, we can use + (plus) operator, plus() method, String Builder, and String Templates.
↗
How-tos
How to Split a String Into an Array in Kotlin
This tutorial teaches the reader the different ways that they can use to split a string into an array in Kotlin.
↗
How-tos
How to Convert String to Int in Kotlin
You can convert a Kotlin string to integer if you are building a program or application that accepts multiple parameters, and you want to ensure you only pass integer parameters.
↗
No articles found
Try clearing the filters.