Find anything that's not a Digit or a `.`: `/[^\d...
# suitescript
e
Find anything that's not a Digit or a `.`:
/[^\d\.]/g.test(theValue)