Projects tagged ‘grep’, ‘regexp’, and ‘tools’


Jump to tag:

Projects tagged ‘grep’, ‘regexp’, and ‘tools’

Filtered by Project Tags grep regexp tools

Refine results Project Tags cli (3) regex (3) command_line (3) shell (3) unix (3) search (2) programming (2) development (1) perl (1) .net2.0 (1) gnu (1) windows (1)

[4 total ]

2171 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.

97 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.

3 Users
 

dnGREP is a new Open Source GREP utility written in .NET 2.0 (testing so far only on Windows). It was designed to provide a fast and stable regular-expression based search/replace functionality to ... [More] Windows users. This utility currently supports: * Shell integration (ability to search from explorer) * Plain text/regex search (including case-insensitive search) * Multiline search (ability to search and replace multiple lines) * Undo functionality * Preview of search results * Optional integration with text editor (like notepad++) Suggestions and requests for new features are always welcome and appreciated. Works with Windows XP and Windows Vista [Less]
Created 12 months ago.

0 Users

A grep replacement in pure Ruby. Use Ruby regular expression syntax and get highlighted output. Automatically recurses directories and excludes .svn/ pkg/ etc. Based on the Perl tool ack by Andy Lester.
Created about 1 year ago.