Help for this page

Select Code to Download


  1. or download this
       (something = ")tenpixblack">TEXT To GET.
    
  2. or download this
    m!.*(?=tenpixblack">) # anything, until position before '=tenpixblack"
    +>'
         =tenpixblack">   # now match '=tenpixblack'
         (TEXT To GET.)   # capture 'TEXT To GET.'
         !gx;             # global, extended syntax
    $wanted = $1;         # assign captured ($1) to $wanted...