Help for this page

Select Code to Download


  1. or download this
    $fld0 = "abcX";
    $fld0 = "abcX\n";
    
  2. or download this
    if (substr($fld0, -1, 1) eq 'X') { next }