Help for this page

Select Code to Download


  1. or download this
          if (/\$(\d+\.\d+)/)
          {
               if ($1 > 1)
    ...
                     $donut_price = $1;
               }
          }
    
  2. or download this
           ($foo) = /...(\d+).../;