Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    my $re = 's!(?:^|/)[^\s,@;]*(?<=/)([^\s,@;]+?)(?=[\s,@;]|$)!$1!g';
    my $parser = YAPE::Regex::Explain->new($re);
    print $parser->explain;
    
  2. or download this
    The regular expression:
    
    ...
    ----------------------------------------------------------------------
    )                        end of grouping
    ----------------------------------------------------------------------