Help for this page

Select Code to Download


  1. or download this
    ($default_title) = $default_title =~ /(.{0,50})/s;
    $default_title =~ s/(?<=.{50}).*//s;
    
  2. or download this
    substr($default_title, 50, length($default_title), '');