Skip to navigation
Check with javascript, if a string is a number like a float number
19.02.25
function is_number(n) { return !!n.trim() && n * 0 == 0; }
https://bobbyhadz.com/blog/javascript-check-if-string-contains-only-spaces
Reply
Anonymous
Information Epoch 1758204031
Think parallel.
Home
Notebook
Contact us