The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "regex"

Sidef::Types::Regex::Regex River stage one • 1 direct dependent • 1 total dependent

This class implements ......

TRIZEN/Sidef-24.05 - 12 May 2024 07:43:14 UTC - Search in distribution

ACL::Regex - Process arbitrary events with regular expressions. River stage zero No dependents

ACL::Regex allows you to parse a series of actions, key/value pairs through an object containing a series of regular expressions. OBJECT ORIENTED INTERFACE The module is written with an object oriented interface. There is no function interface to cho...

PBLAIR/ACL-Regex-0.0002 - 12 Mar 2013 05:43:35 UTC - Search in distribution

Sub::Regex - Creating Synonymous Subroutines River stage zero No dependents

Sub::Regex is a small tool for users to create a subroutine with multiple names. The only thing to be done is replace the normal name of a subroutine with a regular expression. However, regexp modifiers are not allowed, and matching is all considered...

XERN/Sub-Regex-0.02 - 27 Jan 2003 20:35:21 UTC - Search in distribution

BSON::Regex - BSON type wrapper for regular expressions River stage one • 6 direct dependents • 7 total dependents

This module provides a BSON type wrapper for a PCRE regular expression and optional flags....

MONGODB/BSON-v1.12.2 - 13 Aug 2020 14:58:11 UTC - Search in distribution
  • BSON::Types - Helper functions to wrap BSON type classes

FLAT::Regex - Regular expressions River stage one • 1 direct dependent • 1 total dependent

ESTRABD/FLAT-1.0.4 - 06 May 2021 18:12:38 UTC - Search in distribution

SPVM::Regex - Regular Expressions River stage one • 4 direct dependents • 4 total dependents

The Regex class of SPVM has methods for regular expressions. Google RE2 <https://github.com/google/re2> is used as the regular expression library....

KIMOTO/SPVM-Regex-0.244 - 26 Dec 2023 07:27:59 UTC - Search in distribution

YAPE::Regex - Yet Another Parser/Extractor for Regular Expressions River stage one • 3 direct dependents • 3 total dependents

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 - Search in distribution

Cisco::Regex - Utility to verify basic syntax of Cisco IOS standard and extended IPv4 access-lists. River stage zero No dependents

"Cisco::Regex" was made to lint access-lists before sending them to a Cisco IOS device. Only syntax checking is performed; no logical check is even attempted....

JKISTER/Cisco-Regex-0.92 - 22 May 2014 22:00:38 UTC - Search in distribution

POSIX::Regex - OO interface for the gnu regex engine River stage one • 1 direct dependent • 2 total dependents

JETTERO/POSIX-Regex-1.0003 - 03 Apr 2013 13:45:37 UTC - Search in distribution

Pegex::Regex - Use Pegex Like a Regex River stage three • 23 direct dependents • 115 total dependents

This is a trivial sugar module that lets you use Pegex parser grammars like regular expressions, if you're into that kind of thing. This is basically a clone of Damian Conway's Regexp::Grammars module API. You put a grammar into a "qr{...}x" and appl...

INGY/Pegex-0.75 - 13 Feb 2020 20:02:07 UTC - Search in distribution

Getopt::Regex - handle command line options flexibly using regular expressions River stage zero No dependents

This package provides a flexible yet simple method for handling command line options. It does not stamp over the callers namespace or, currently, inforce any particular standard for the options - the user can do this if they want. By using anonymous ...

JARW/Getopt-Regex-0.03 - 27 May 2002 13:21:00 UTC - Search in distribution

Regex::Object - solves problems with global Regex variables side effects. River stage zero No dependents

This module was created for one certain goal: give developer a level of isolation from perlre global variables. The Regex::Object supports two approaches: object scoped regex qr// regex passed to constructor, so these modifiers could be used: m,s,i,x...

ALEXPAN/Regex-Object-1.25 - 18 Mar 2022 14:11:21 UTC - Search in distribution

Regex::PreSuf - create regular expressions from word lists River stage zero No dependents

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 - Search in distribution

GraphViz::Regex - Visualise a regular expression River stage two • 29 direct dependents • 40 total dependents

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 - Search in distribution

Regex::Iterator - provides an iterator interface to regexps River stage zero No dependents

Inspired by Mark Jason Dominus' talk *Programming with Iterators and Generators* (available from http://perl.plover.com/yak/iterators/) this is an iterative regex matcher based on the work I did for URI::Find::Iterator...

SIMONW/Regex-Iterator-0.4 - 06 Apr 2011 18:13:25 UTC - Search in distribution

OnSearch::Regex - Construct search and display regular expressions. River stage zero No dependents

OnSearch::Regex constructs regular expressions for searching and displaying word and phrase matches. The *searchterm* argument can be any number of words. The *type_of_match* argument can be either, "any," "all," or, "exact." The third and fourth arg...

RKIES/onsearch-0.99 - 28 Apr 2006 15:41:33 UTC - Search in distribution
  • OnSearch - Perl libraries for OnSearch search engine.

OPP::Proc::Regex - regex processor River stage two • 12 direct dependents • 20 total dependents

GOMOR/Onyphe-4.11 - 06 Sep 2023 12:21:46 UTC - Search in distribution

Tie::Hash::Regex - Match hash keys using Regular Expressions River stage one • 1 direct dependent • 1 total dependent

Someone asked on Perlmonks if a hash could do fuzzy matches on keys - this is the result. If there's no exact match on the key that you pass to the hash, then the key is treated as a regex and the first matching key is returned. You can force it to l...

DAVECROSS/Tie-Hash-Regex-1.14 - 25 Jan 2021 10:15:53 UTC - Search in distribution

Mock::Data::Regex - Generator that uses a Regex as a template to generate strings River stage zero No dependents

This generator creates strings that match a user-supplied regular expression....

NERDVANA/Mock-Data-0.03 - 25 Sep 2021 18:50:13 UTC - Search in distribution
  • Mock::Data - Extensible toolkit for generating mock data
  • Mock::Data::Util - Exportable functions to assist with declaring mock data

Tail::Tool::Regex - Base class for regex details River stage zero No dependents

IVANWILLS/Tail-Tool-v0.4.8 - 23 Nov 2018 11:28:51 UTC - Search in distribution
1,902 results (0.123 seconds)