fun String.isInt(): Boolean
Checks is this string is Int or not.
Receiver String
Return true is this string is Int, false otherwise.
true
false