isDigit overloads
Synopses
Return Value
-
trueifcis between '0' and '9'. -
trueif all characters are digits.
Parameters
Name |
Description |
c |
Character to inspect. |
s |
String to inspect. |
Created with MrDocs
isDigit overloads
true if c is between '0' and '9'.
true if all characters are digits.
Name |
Description |
c |
Character to inspect. |
s |
String to inspect. |
Created with MrDocs