Suppose my string is "g9". I want my check to indicate that the string doesn't contain a number. However if my string is "123" or "-123", it should indicate that it's a number and it should return that string. Suppose my string is "g9". I want my check to i