RSS 15 projects tagged "regular expressions"

Download Website Updated 21 Mar 2011 LEPL

Screenshot
Pop 118.71
Vit 7.96

LEPL is a recursive descent parser library written in Python. It is based on parser combinator libraries popular in functional programming, but also exploits Python language features. Operators provide a friendly syntax, and the consistent use of generators supports full backtracking and resource management. Backtracking implies that a wide variety of grammars are supported; appropriate memoisation ensures that even left-recursive grammars terminate.

Download Website Updated 02 Oct 2009 Japplis Toolbox

Screenshot
Pop 50.35
Vit 1.07

Japplis Toolbox is a compilation of text utilities in one application. It can encode and decode URL, Base64, Hex, SoundEx, or Metaphone. It can convert numbers from/to binary, octal, decimal, and hexadecimal, and to date. It gives you text information such as character count, word count, MD5, or SHA. You can get Java system properties, environment variables, or Swing default values. It checks and finds regular expressions. It can also manipulate lines of text by sorting, reversing, shuffling, deleting duplicates, trimming spaces, or numbering lines.

Download No website Updated 12 Sep 2009 taggrepper

Screenshot
Pop 26.00
Vit 1.43

taggrepper is a simple program to match several tags of media files, currently Ogg Vorbis and MP3 files, against specified regular expressions. It works on individual files as well as recursively traversing directory trees for media files.

No download Website Updated 05 Oct 2009 Grep.pm

Screenshot
Pop 39.65
Vit 1.43

Grep.pm is a much-modified fork of tcgrep. It understands context, matching from the start or end of a file (with a line count or byte count), and features size limits and highlighting. It extends matching to boolean expressions, structuring regular expressions, or even arbitrary pieces of Perl code. It can perform basic stemming and synonym-expansion in regular expressions (using expansyn). It also handles \0-lines, paragraphs, file slurping, directory recursion, and compressed files. It can act either as a Perl module or a command-line program. Grep.xchange is a support program taking grep or Grep.pm input and applying an expression at each grep match to the files specified in the grep output. This expression can be arbitrary Perl modifying e.g. just the line of the match with s///g, or operate against the current pos() position in the whole file. Grep.xchange --modified goes one step further and replaces the matched lines with the (edited) text from the grep output. Changes are logged in diff -u format and can be revoked/redone with patch.

No download Website Updated 05 Oct 2009 tagls

Screenshot
Pop 40.58
Vit 1.43

tagls is a tool that matches file names using boolean expressions made of tags and regular expressions. It handles searching in file lists with word boundaries for "tags", stemming and synonym expansion for both tags and regular expressions, and boolean expressions over lists of tags or regular expressions. It can match against either the file name or the file's content. The output can be unsorted, sorted by name, or sorted by relevance.

No download Website Updated 16 Dec 2009 krep

Screenshot
Pop 19.80
Vit 35.41

krep is a file viewer that lets you filter a file's content using regular expressions. You can add and remove filtering conditions without getting out of the work flow. If you do not give a file, standard input is shown. If the given file changes, krep reloads it.

Download Website Updated 11 Jan 2010 WizTools.org RegularExpression Tester

Screenshot
Pop 45.22
Vit 1.00

WizTools.org RegularExpression Tester is a tool to test regular expressions. It features real-time updating that matches the pattern as the it is typed in.

Download No website Updated 15 Jun 2010 xhtml_parte

Screenshot
Pop 16.52
Vit 32.76

xhtml_parte is a class for parsing HTML using regular expressions to validate it and extract parts, given identifier attribute values of the tags that should be extracted. It can also be used to insert and delete tags at specified positions or with certain characteristics.

No download Website Updated 29 Jun 2010 RXPY

Screenshot
Pop 30.50
Vit 1.00

RXPY is a pure-Python regular expression library, compatible with the re package. RXPY can be used as a test-bed for new matching algorithms, since the parser and compatibility components are reusable.

Download Website Updated 25 Aug 2012 jregexanalyser

Screenshot
Pop 148.69
Vit 3.88

jRegExAnalyser is an interactive tool to write, test, debug, analyze, and profile regular expressions.

Screenshot

Project Spotlight

Paludis

A package management library and client for Gentoo and Exherbo.

Screenshot

Project Spotlight

libxmp

A mod player library.