Timeline for Checking if an input number is an integer
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 27, 2022 at 1:09 | comment | added | user232326 | A POSIX solution might be similar to See below. | |
| Apr 14, 2022 at 16:04 | comment | added | Serge Stroobandt | if [[ $scale =~ [^0-9] ]] is less convoluted. Doing so, puts the negation in the regular expression instead of the test condition. See below. | |
| S Jul 18, 2017 at 9:49 | history | suggested | FaSean Lin | CC BY-SA 3.0 | not cleared |
| Jul 18, 2017 at 9:37 | review | Suggested edits | |||
| S Jul 18, 2017 at 9:49 | |||||
| Aug 22, 2014 at 17:52 | comment | added | lonewarrior556 | stackoverflow.com/questions/806906/… had the quotes backwards | |
| Aug 22, 2014 at 17:43 | vote | accept | lonewarrior556 | ||
| Aug 22, 2014 at 17:38 | history | answered | jimmij | CC BY-SA 3.0 |