Checks is this string is Int or not.
fun String.isInt(): Boolean
Checks is this string is Int and negative number or not.
fun String.isNegativeNumber(): Boolean