- or download this
perl -MYAPE::Regex::Explain -E 'say YAPE::Regex::Explain->new("\b (MOD
+ULE \s+ [A-Z]+[0-9]+) \s* [(] .+? [)]")->explain'
- or download this
The regular expression:
...
----------------------------------------------------------------------
) end of grouping
----------------------------------------------------------------------
- or download this
#!/usr/bin/env perl
...
print $exp;
exit;
- or download this
The regular expression:
...
----------------------------------------------------------------------
) end of grouping
----------------------------------------------------------------------