Help for this page

Select Code to Download


  1. or download this
    if($input =~ /^(-?)((0|\d+).)?\d+$/)
    {
       print ("Yes, it is a number\n");
    }
    
  2. or download this
    if($input =~ /^(-?)(\d+.)?\d+$/)