- or download this
if (my $num = /\[/.../\]/)
- or download this
if (my $num = $_ =~ /\[/.../\]/)
- or download this
my $regexp='\[/.../\]';
use YAPE::Regex::Explain;
my $exp = YAPE::Regex::Explain->new($regexp)->explain;
print $exp;
- or download this
The regular expression:
...
----------------------------------------------------------------------
) end of grouping
----------------------------------------------------------------------