Search results for "module:Regex::Common"
YAPE::Regex - Yet Another Parser/Extractor for Regular Expressions
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 UTC
Regex::PreSuf - create regular expressions from word lists
The presuf() subroutine builds regular expressions out of 'word lists', lists of strings. The regular expression matches the same words as the word list. These regular expressions normally run faster than a simple-minded '|'-concatenation of the word...
JHI/Regex-PreSuf-1.17 - 26 Feb 2006 18:29:12 UTC
GraphViz::Regex - Visualise a regular expression
This module attempts to visualise a Perl regular expression. Understanding regular expressions is tricky at the best of times, and regexess almost always evolve in ways unforseen at the start. This module aims to visualise a regex as a graph in order...
ETJ/GraphViz-2.26 - 03 Mar 2023 18:32:44 UTC
Data::Match - Complex data structure pattern matching
Data::Match provides extensible complex Perl data structure searching and matching....
KSTEPHENS/Data-Match-0.06 - 18 Dec 2002 09:20:36 UTC
Regex::Number::GtLt - generate regex for numbers larger, smaller or between one or two given numbers.
This module exports three function - rxgreater, rxsmaller and rxbetween to generate regex to match numbers greater, smaller or between two given number. First arg for all function is width in decimal positions of expected numbers, second (and third i...
IFROL/Regex-Number-GtLt-0.1 - 16 Oct 2007 16:17:22 UTC
Net::IP::Identifier::Regex - Some regular expressions used by Net::IP::Identifier
Net::IP::Identifier::Regex tries to 'require Regexp::Common ('net')' and extract regular expressions for matching IPv4 and IPv6 addresses. If that fails (older versions of perl may not support it), the regular expressions are built by hand, 'borrowed...
REID/Net-IP-Identifier-0.111 - 31 May 2015 18:12:37 UTC
HTML::FormFu::Constraint::Regex - Regex Constraint
Regular expression-based constraint....
CFRANKS/HTML-FormFu-2.07 - 14 Dec 2018 16:07:11 UTC