Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.474.733 Times

Regex freeware
Filter: All | Freeware | Demo
 

Regex

< 1 2 3 4 5 > 
Added: June 19, 2013 | Visits: 365

Regex Matcher Here's a java program that will allow the user to query a dictionary of English words using regular expressions. For example, using the query below finds any word with a three letter repeat, e.g., assassin.



Platforms: Mac

License: Freeware Size: 524 B Download (41): Regex Matcher Download

Added: July 12, 2013 | Visits: 408

Tabhunter This extension lets users of Firefox, Flock, and other browsers based on Mozilla easily juggle dozens of tabs at any time. Enter a search string (actually a standard javascript regex), highlight the URL you want to bring up, and press return or double-click it. Tabhunter will even bring up...





Platforms: *nix

License: Freeware Size: 30.72 KB Download (40): Tabhunter Download

Added: November 17, 2013 | Visits: 210

lxmlproc This is an incomplete, but still useful, python version of the libxslt xsltproc program. This has 1 big advantage: lxml implements the EXSLT regex extension and you can therefore use that with stylesheets you use with it. #md5=6dba4518f6dd1955bfef7415565ee617


Platforms: *nix

License: Freeware Size: 10.24 KB Download (39): lxmlproc Download

Added: August 25, 2013 | Visits: 449

gWaei, Japanese Dictionary for GNOME gWaei is an easy to use and yet powerful dictionary program for Japanese to English translation. It organizes results by relevance, supports regex searches, tabs, spell checking, kanji handwriting recognition and an console interface. Features . Smart dictionary searches . Regex . Built...


Platforms: *nix

License: Freeware Size: 819.2 KB Download (36): gWaei, Japanese Dictionary for GNOME Download

Released: August 26, 2007  |  Added: September 03, 2007 | Visits: 5.630

ZipSnap Ever wished there was an easy way to backup multiple versions of your files, or quickly synchronize them across different computers (even on different operating systems) so that you always work with the most recent copies? ZipSnap can help you with that! ZipSnap creates archives that are...


Platforms: Windows, Mac, *nix

License: Freeware Size: 96.67 KB Download (224): ZipSnap Download

Added: August 09, 2008 | Visits: 1.158

RegexRenamer RegexRenamer is a powerful user-friendly graphical tool used to batch rename files using regular expressions. Features realtime regex validation, filename preview & conflict detection, file filtering, case-changing, and sequential numbering. Includes support for network paths, renaming folders,...


Platforms: Windows

License: Freeware Size: 2.01 MB Download (107): RegexRenamer Download

Added: July 05, 2013 | Visits: 658

libUTL++ libUTL++ is a cross-platform C++ class library that provides a set of commonly useful functionality and abstractions to expedite C++ application development. Here are some of the highlights in terms of functionality: utl::Object provides a common interface for basic object functionality such...


Platforms: *nix

License: Freeware Size: 5.67 MB Download (101): libUTL++ Download

Added: January 18, 2010 | Visits: 1.180

HTML::FormHighlight HTML::FormHighlight Perl module can help you to highlights fields in an HTML form. SYNOPSIS use HTML::FormHighlight; my $h = new HTML::FormHighlight; print $h->highlight( scalarref => $form, fields => [ A, B, C ], ); print $h->highlight( scalarref => $form, fields => [ A, B, C ],...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): HTML::FormHighlight Download

Added: January 18, 2010 | Visits: 1.180

Test::Exception Test::Exception is a Perl module to test exception based code. SYNOPSIS use Test::More tests => 5; use Test::Exception; # or if you dont need Test::More use Test::Exception tests => 5; # then... # Check that something died dies_ok { $foo->method1 } expecting to die; # Check that...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (97): Test::Exception Download

Added: January 18, 2010 | Visits: 773

JRegexpTester JRegexpTester is a standalone Swing application that helps you test regular expressions with the Sun Java standard API (java.util.regex). The extracted data can be modified with formatters similar to those used by sprintf, or with standard Java date and decimal formatters. JRegexpTester...


Platforms: *nix

License: Freeware Size: 1.9 MB Download (92): JRegexpTester Download

Added: April 03, 2010 | Visits: 1.121

Acme::EyeDrops Acme::EyeDrops is a Perl module for visual programming in Perl. SYNOPSIS use Acme::EyeDrops qw(sightly); print sightly( { Shape => camel, SourceFile => eyesore.pl } ); Acme::EyeDrops converts a Perl program into an equivalent one, but without all those unsightly letters and numbers. In...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (96): Acme::EyeDrops Download

Added: November 18, 2010 | Visits: 730

Lard Lard is a Logging and Rotation Daemon that can replace the functionality of sysklogd and logrotate together. Logging is done almost exactly the same as syslogd, with added features such as regex matching and command triggers. Rotation can be triggered while the daemon is running safely by...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (93): Lard Download

Added: September 06, 2010 | Visits: 921

EasyHTTPD EasyHTTPD is a drop in C++ class to implement an HTTP 1.0 Server - Now with OpenSSL Support! The class can be used to allow an application to be controlled by a browser, hence Embedded. To this functionality to an app, add the C++ class to the application, write and register request callback...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (97): EasyHTTPD Download

Added: August 13, 2010 | Visits: 1.088

FLAT::Legacy::FA::RE FLAT::Legacy::FA::RE is a regular expression base class. SYNOPSIS use FLAT::Legacy::FA::RE; use FLAT::Legacy::FA::NFA; my $re = RE->new(); $re->set_re(a|b|(hi)*); my $nfa = $re->to_nfa(); print $nfa->info(); # see stuff on NFA my $dfa = $nfa->to_dfa(); print $dfa->info(); # see stuff...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (117): FLAT::Legacy::FA::RE Download

Added: July 24, 2010 | Visits: 1.295

MP3::Album::Layout MP3::Album::Layout is a Perl extension to manage/represent a layout for a mp3 album. SYNOPSIS use MP3::Album::Layout; #create a new layout my $layout = new MP3::Album::Layout; #change the disc title $layout->title("Perl conference"); #add a track $layout->add_track(artist=>someone,...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (96): MP3::Album::Layout Download

Added: October 17, 2010 | Visits: 1.099

File::Sort File::Sort is a Perl module to sort a file or merge sort multiple files. SYNOPSIS use File::Sort qw(sort_file); sort_file({ I => [qw(file_1 file_2)], o => file_new, k => 5.3,5.5rn, -t => | }); sort_file(file1, file1.sorted); This module sorts text files by lines (or records)....


Platforms: *nix

License: Freeware Size: 32.77 KB Download (95): File::Sort Download

Added: January 13, 2010 | Visits: 700

Regexp::MatchContext Regexp::MatchContext is Perl module to replace (and improve) $MATCH, $PREMATCH, and $POSTMATCH SYNOPSIS use Regexp::MatchContext -vars; $str = m/(?p) d+ /; print "Before: $PREMATCHn"; print "Matched: $MATCHn"; print "After: $POSTMATCHn"; $MATCH = 2 * $MATCH; # substitute into original...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Regexp::MatchContext Download

Added: June 08, 2010 | Visits: 1.284

DateTime::Format::Builder DateTime::Format::Builder is a Perl module to create datetime parser classes and objects. SYNOPSIS package DateTime::Format::Brief; our $VERSION = 0.07; use DateTime::Format::Builder ( parsers => { parse_datetime => [ { regex => qr/^(d{4})(dd)(dd)(dd)(dd)(dd)$/, params => [qw( year...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (100): DateTime::Format::Builder Download

Added: January 04, 2010 | Visits: 839

Params::Validate Params::Validate is a Perl module to validate method/function parameters. SYNOPSIS use Params::Validate qw(:all); # takes named params (hash or hashref) sub foo { validate( @_, { foo => 1, # mandatory bar => 0, # optional } ); } # takes positional params sub bar { # first two...


Platforms: *nix

License: Freeware Size: 79.87 KB Download (109): Params::Validate Download

Added: March 17, 2010 | Visits: 811

Getopt::Lucid Getopt::Lucid is a clear, readable syntax for command line processing. SYNOPSIS use Getopt::Lucid qw( :all ); # basic option specifications with aliases @specs = ( Switch("version|V"), Counter("verbose|v"), Param("config|C"), List("lib|l|I"), Keypair("define"), Switch("help|h") );...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (104): Getopt::Lucid Download

< 1 2 3 4 5 >