Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    my $re = 's/ ^\w*\K\n(?=\w*\n) | ^.*\..*\K\n(?=.*\.) //mx';
    
    print YAPE::Regex::Explain->new($re)->explain;
    
  2. or download this
    The regular expression:
    
    ...
    ----------------------------------------------------------------------
    )                        end of grouping
    ----------------------------------------------------------------------