Projects tagged ‘library’, ‘perl’, and ‘regular_expressions’


Jump to tag:

Projects tagged ‘library’, ‘perl’, and ‘regular_expressions’

Filtered by Project Tags library perl regular_expressions

Refine results Project Tags regexp (3) programming (1) haskell (1) cpan (1) regex (1) stream (1) pcre (1) files (1)

[3 total ]

120USERS
   

The PCRE (Perl Compatible Regular Expressions) library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5. PCRE has its own native API, as well as a set of wrapper functions that ... [More] correspond to the POSIX regular expression API. The PCRE library is free, even for building commercial software. [Less]

1USERS

A Perl module to allow Perl regular expressions to be applied to streams. Quoting the documentation: Perl filehandles are streams, but sometimes they just aren't powerful enough. This module offers to have streams from filehandles searched with ... [More] regexes and allows the global input record separator variable to contain regexes. Thus, readline() and the <> operator can now return records delimited by regular expression matches. [Less]

1USERS
 

A small, efficient and portable regex library for Perl 5 compatible regular expressions in Haskell. The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5. Test ... [More] coverage data for this library is available at: http://code.haskell.org/~dons/tests/pcre-light/hpc_index.html [Less]