Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
      my $text = s/^.{0,$len}\b\K.*//sr =~ s/<[^<>]*\z//sr . '...';
      dd $text;
      }
    
  2. or download this
    "text <one 1> three <two 2> ..."
    "text <one 1> three <two 2> four..."
    ...
    "text <one 1> three <two 2> four <five 5> K <six 6> ..."
    "text <one 1> three <two 2> four <five 5> K <six 6> ..."
    "text <one 1> three <two 2> four <five 5> K <six 6> lastword..."