3 lines
68 B
Text
3 lines
68 B
Text
fun {IsNumeric S}
|
|
{String.isInt S} orelse {String.isFloat S}
|
|
end
|
fun {IsNumeric S}
|
|
{String.isInt S} orelse {String.isFloat S}
|
|
end
|