Is Numeric

Check if a string represents a valid number.

Code

General
!!(Float(str) rescue false)

Parameters

The string to check

Server

More Ruby Snippets