Help for this page

Select Code to Download


  1. or download this
    return grep { $u{ $_ } ? ( $u{ $_ }-- , $_ ) : () } split //, $str2;
    
  2. or download this
    return grep --$u{ $_ } >= 0, split //, $str2;