- or download this
use YAPE::Regex::Explain;
my $exp = YAPE::Regex::Explain->new($REx)->explain;
- or download this
perl -MYAPE::Regexp::Explain -e "print YAPE::Regex::Explain->new('\bte
+st(?: more)\b$')->explain();"
- or download this
The regular expression:
...
----------------------------------------------------------------------
) end of grouping
----------------------------------------------------------------------
- or download this
#!/usr/bin/perl
...
test regexp
\b
/x;