This module is yet another (?) parser and tree-builder for Perl regular expressions. It builds a tree out of a regex, but at the moment, the extent of the extraction tool for the tree is quite limited (see "Extracting Sections"). However, the tree ca...
GSULLIVAN/YAPE-Regex-4.00 - 03 Feb 2011 14:01:00 UTCThis module provides the classes for the "YAPE::Regex" objects. The base class for these objects is "YAPE::Regex::Element". The objects classes are numerous. Methods for "YAPE::Regex::Element" This class contains fallback methods for the other classe...
GSULLIVAN/YAPE-Regex-4.00 - 03 Feb 2011 14:01:00 UTCThis module merely sub-classes "YAPE::Regex", and produces a rather verbose explanation of a regex, suitable for demonstration and tutorial purposes. Methods for "YAPE::Regex::Explain" * "my $p = YAPE::Regex::Explain->new($regex);" Calls "YAPE::Regex...
GSULLIVAN/YAPE-Regex-Explain-4.01 - 14 Sep 2010 17:58:47 UTC