- or download this
use YAPE::Regex::Explain;
print YAPE::Regex::Explain->new( qr![^/]+(?=/$)! )->explain;
__END__
...
----------------------------------------------------------------------
) end of grouping
----------------------------------------------------------------------
- or download this
use YAPE::Regex::Explain;
print YAPE::Regex::Explain->new( qr![^/]+(?=/)$! )->explain;
__END__
...
----------------------------------------------------------------------
) end of grouping
----------------------------------------------------------------------