Projects tagged ‘regexp’


[63 total ]

2162 Users
   

Grep searches one or more input files for lines containing a match to a specified pattern. By default, grep prints the matching lines.
Created over 3 years ago.

206 Users
   

The awk utility interprets a special-purpose programming language that makes it possible to handle simple data-reformatting jobs with just a few lines of code.
Created over 2 years ago.

198 Users
   

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 ... [More] API, as well as a set of wrapper functions that correspond to the POSIX regular expression API. The PCRE library is free, even for building commercial software. [Less]
Created over 3 years ago.

98 Users
   

ack is a tool like grep, aimed at programmers with large trees of heterogeneous source code. ack is written purely in Perl, and takes advantage of the power of Perl's regular expressions. * ... [More] Searches recursively through directories by default, while ignoring .svn, CVS and other VCS directories. * ack ignores most of the crap you don't want to search * Lets you specify file types to search, as in --perl or --nohtml. * Color highlighting of search results. * Uses real Perl regular expressions, not a GNU subset. * ack is pure Perl, so consistent across all platforms. It even comes as a single standalone program with no module dependencies. [Less]
Created over 3 years ago.

71 Users
   

"Official" TextMate Bundles
Created over 2 years ago.

33 Users
   

CL-PPCRE is a portable regular expression library for Common Lisp.
Created over 2 years ago.

26 Users
   

The Jakarta-ORO Java classes are a set of text-processing Java classes that provide Perl5 compatible regular expressions, AWK-like regular expressions, glob expressions, and utility classes for ... [More] performing substitutions, splits, filtering filenames, etc. This library is the successor to the OROMatcher, AwkTools, PerlTools, and TextTools libraries originally from ORO, Inc. [Less]
Created over 3 years ago.

11 Users
   

Apache Regexp is a 100% Pure Java Regular Expression package. It includes complete Javadoc documentation as well as a simple applet for visual debugging and testing suite for compatibility.
Created over 3 years ago.

9 Users
   

re2c is a tool for writing very fast and very flexible scanners. Unlike any other such tool, re2c focuses on generating high efficient code for regular expression matching. As a result this allows a ... [More] much broader range of use than any traditional lexer offers. And Last but not least re2c generates warning free code that is equal to hand-written code in terms of size, speed and quality. [Less]
Created over 2 years ago.

8 Users
   

The POCO C++ Libraries (POCO stands for POrtable COmponents) are open source C++ class libraries that simplify and accelerate the development of network-centric, portable applications in C++. The ... [More] libraries integrate perfectly with the C++ Standard Library and fill many of the functional gaps left open by it. Their modular and efficient design and implementation makes the POCO C++ Libraries extremely well suited for embedded development, an area where the C++ programming language is becoming increasingly popular, due to its suitability for both low-level (device I/O, interrupt handlers, etc.) and high-level object-oriented development. Of course, the POCO C++ Libraries are also ready for enterprise-level challenges. [Less]
Created about 1 year ago.