Search results for "module:Regexp::IPv6"
Regexp::IPv6 - Regular expression for IPv6 addresses
This module exports the $IPv6_re regular expression that matches any valid IPv6 address as described in "RFC 2373 - 2.2 Text Representation of Addresses" but "::". Any string not compliant with such RFC will be rejected. To match full strings use "/^...
SALVA/Regexp-IPv6-0.03 - 05 Feb 2010 11:01:41 UTC
Bencher::Scenario::Regexp::IPv6 - Benchmark Regexp::IPv6
Packaging a benchmark script as a Bencher scenario makes it convenient to include/exclude/add participants/datasets (either via CLI or Perl code), send the result to a central repository, among others . See Bencher and bencher (CLI) for more details....
PERLANCAR/Bencher-Scenario-Regexp-IPv6-0.003 - 19 Feb 2023 00:06:02 UTC
Regexp::IPv4 - Regular expression for IPv4 addresses
The regex only recognizes the quad-dotted notation of four decimal integers, ranging from 0 to 255 each. Other notations like 32-bit hexadecimal number (e.g. 0xFF0000) or shortened dotted notation (e.g. 255.0.0) are not recognized. If you do not use ...
PERLANCAR/Regexp-IPv4-0.003 - 18 Oct 2016 17:27:33 UTC
Regexp::Common::net - provide regexes for IPv4, IPv6, and MAC addresses.
Please consult the manual of Regexp::Common for a general description of the works of this interface. Do not use this module directly, but load it via *Regexp::Common*. This modules gives you regular expressions for various style IPv4, IPv6, and MAC ...
ABIGAIL/Regexp-Common-2017060201 - 02 Jun 2017 22:07:57 UTC
Regexp::Common - Provide commonly requested regular expressions
By default, this module exports a single hash (%RE) that stores or generates commonly needed regular expressions (see "List of available patterns"). There is an alternative, subroutine-based syntax described in "Subroutine-based interface". General s...
ABIGAIL/Regexp-Common-2017060201 - 02 Jun 2017 22:07:57 UTC
Net::IP::Match::Regexp - Efficiently match IP addresses against ranges
This module allows you to check an IP address against one or more IP ranges. It employs Perl's highly optimized regular expression engine to do the hard work, so it is very fast. It is optimized for speed by doing the match against a regexp which imp...
CDOLAN/Net-IP-Match-Regexp-1.01 - 04 Oct 2008 02:40:08 UTC