differ-core / com.differ.differcore.utils / kotlin.String / isInt

isInt

fun String.isInt(): Boolean

Checks is this string is Int or not.

Receiver
String

Return
true is this string is Int, false otherwise.