- or download this
The regular expression:
...
----------------------------------------------------------------------
) end of grouping
----------------------------------------------------------------------
- or download this
use warnings;
use strict;
...
print YAPE::Regex::Explain->new($REx)->explain;
- or download this
my $REx =
qr/
...
)+
)
/gsx;