Help for this page
Select Code to Download
Select
or
download this
if (/\$(\d+\.\d+)/) { if ($1 > 1) ... $donut_price = $1; } }
Select
or
download this
($foo) = /...(\d+).../;