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