Filtered by
regexp
Refine results
perl (10)
regex (7)
regular_expressions (6)
library (5)
programming (4)
shell (4)
unix (4)
tools (3)
java (3)
command_line (3)
grep (3)
cli (3)
Grep searches one or more input files for lines containing a match to a specified pattern. By default, grep prints the matching lines.
Metrics updated 05 Oct 08
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
Metrics updated 03 Oct 08
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.
Metrics updated 04 Oct 08
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. * Searches recursively through directories by default
Metrics updated 05 Oct 08
"Official" TextMate Bundles
Metrics updated 05 Oct 08
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 performing substitutions, splits, filtering filenames
Metrics updated 04 Oct 08
CL-PPCRE is a portable regular expression library for Common Lisp.
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.
Metrics updated about 3 hours ago
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 much broader range of use than any traditional
Metrics updated 04 Oct 08
Regexp::Assemble takes an arbitrary number of regular expressions and assembles them into a single regular expression (or RE) that matches all that the individual REs match. As a result, instead of having a large list of expressions to loop over
java
c++
web
development
linux
php
library
python
programming
tools