I know this might sound as really dummy question, but I\'m trying to ensure that the provided string is of a number / decimal format to use it later on with PHP\'s number_fo
use built in php function is_numeric to check if the value is numeric.
is_numeric