an Entity in Data Space: 134.155.108.49:8890
The following functions will check whether a string is a number or an integer respectively. function isNumeric(s) { return parseFloat(s).toString() != 'NaN'; } function isInteger(s) { return parseFloat(s).toString() != 'NaN' && parseFloat(s) == parseInt(s); }
Identifier (URI) | Rank |
---|---|
dbkwik:resource/1gTTRekBRmmvJ5d-Zxmaxw== | 5.88129e-14 |