2 lines
50 B
Text
2 lines
50 B
Text
local(str='12345')
|
|
string_isNumeric(#str) // true
|
local(str='12345')
|
|
string_isNumeric(#str) // true
|