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.257.566 Times

Regular Expressions freeware
Filter: All | Freeware | Demo
 

Regular Expressions

1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 834

Parsing binary files with regular expressions This script allows you to use the regular expression engine to parse binary files, especially those for which the struct module alone is inadequate.The typical way to parse binary data in Python is to use the unpack method of the struct module. This works well for fixed-width fields, but...



Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: September 13, 2013 | Visits: 534

Tags by regular expressions Tags By Regular is the good additinal of TDO Mini Forms Plugin. It was written with this philosophy : best performances, more secured and brings a lot of new functionsInstallation :The Simple Tags can be installed in 3 easy steps:1. Unzip "Tags By Regular" archive and put all files into your...





Platforms: PHP

License: Freeware Size: 10 KB Download (46): Tags by regular expressions Download

Released: March 29, 2008  |  Added: April 12, 2008 | Visits: 2.283

Limagito Limagito is a utility to automatically move / copy / delete files that are added to a specific folder. You can set filters based on the file name, rename files and directories (using regular expressions) when moving them to the new destination, create directories based on the file name or date...


Platforms: Windows

License: Freeware Size: 2.89 MB Download (217): Limagito Download

Released: October 30, 2010  |  Added: November 11, 2010 | Visits: 1.579

Limagito Lite Limagito is a utility to automatically move - copy - delete files that are added to a specific folder. You can set filters based on the file name, rename files and directories (using regular expressions) when moving them to the new destination, create directories based on the file name or date...


Platforms: Windows

License: Freeware Size: 7.05 MB Download (130): Limagito Lite Download

Added: August 02, 2008 | Visits: 1.724

Premier Web Site about Regular Expressions Regex Tutorial, Examples and Reference - Regexp Patterns. A regular expression (regex or regexp for short) is a special text string for describing a search pattern. You can think of regular expressions as wildcards on steroids. You are probably familiar with wildcard notations such as *.txt to...


Platforms: Any

License: Freeware Download (490): Premier Web Site about Regular Expressions Download

Added: April 08, 2010 | Visits: 951

Getopt::Declare Getopt::Declare is a Perl module with Declaratively Expressed Command-Line Arguments via Regular Expressions. SYNOPSIS use Getopt::Declare; $args = Getopt::Declare->new($specification_string, $optional_source); # or: use Getopt::Declare $specification_string => $args; Getopt::Declare...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (93): Getopt::Declare Download

Added: August 17, 2010 | Visits: 1.104

Regexp::Assemble Regexp::Assemble is Perl module to assemble multiple Regular Expressions into a single RE. SYNOPSIS use Regexp::Assemble; my $ra = Regexp::Assemble->new; $ra->add( ab+c ); $ra->add( ab+- ); $ra->add( awd+ ); $ra->add( ad+ ); print $ra->re; # prints a(?:w?d+|b+[-c]) Regexp::Assemble...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (94): Regexp::Assemble Download

Added: June 23, 2010 | Visits: 990

Tie::Hash::RegexKeys Tie::Hash::RegexKeys will match hash keys using Regular Expressions. SYNOPSIS use Tie::Hash::RegexKeys; use Data::Dumper; my %h; tie %h, Tie::Hash::RegexKeys; my $a = .1.2.3.4.5.6.2; my $b = .1.2.3.4.5.7; my $c = .1.2.3.4.5.6.1; my $d = .1.2.3.4.5.6.1.6; $h{$a}="key1";...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (104): Tie::Hash::RegexKeys Download

Added: August 21, 2010 | Visits: 837

Regexx Regexx is a complete regular expressions C++ solution. Regexx implements easy expression execution, global searching, replace with atom substitution, customized replaces, easy match/atom string retrieving, and splitting strings with strings or regular expressions.. Get Regexx at...


Platforms: *nix

License: Freeware Size: 419.84 KB Download (94): Regexx Download

Added: June 18, 2010 | Visits: 1.030

Search::Tools::RegExp Search::Tools::RegExp is a Perl module to build regular expressions from search queries. SYNOPSIS my $regexp = Search::Tools::RegExp->new(); my $kw = $regexp->build(the quick brown fox); for my $w ($kw->keywords) { my $r = $kw->re( $w ); # the word itself printf("the word is %sn",...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (102): Search::Tools::RegExp Download

Added: October 11, 2010 | Visits: 1.167

Search::Tools::RegExp::Keywords Search::Tools::RegExp::Keywords is a Perl module to access regular expressions for keywords. SYNOPSIS my $regexp = Search::Tools::RegExp->new(); my $kw = $regexp->build(the quick brown fox); for my $w ($kw->keywords) { my $r = $kw->re( $w ); } Search::Tools::RegExp::Keywords provides...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (92): Search::Tools::RegExp::Keywords Download

Added: May 24, 2010 | Visits: 1.161

ShiftJIS::Regexp ShiftJIS::Regexp contains regular expressions in Shift-JIS. SYNOPSIS use ShiftJIS::Regexp qw(:all); match($string, p{Hiragana}{2}p{Digit}{2}); match($string, pH{2}pD{2}); # these two are equivalent: This module provides some functions to use regular expressions in Shift-JIS on the...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (99): ShiftJIS::Regexp Download

Added: January 12, 2010 | Visits: 1.169

Unicode::Regex::Set Unicode::Regex::Set is a subtraction and intersection of Character Sets in Unicode Regular Expressions. SYNOPSIS use Unicode::Regex::Set qw(parse); $regex = parse([p{Latin} & p{L&} - A-Z]); Perl 5.8.0 misses subtraction and intersection of characters, which is described in Unicode Regular...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Unicode::Regex::Set Download

Added: May 10, 2013 | Visits: 560

Kodos Kodos is a Python GUI utility for creating, testing and debugging regular expressions for the Python programming language. Kodos should aid any developer to efficiently and effortlessly develop regular expressions in Python. Since Python's implementation of regular expressions is based on the...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): Kodos Download

Released: July 19, 2012  |  Added: July 19, 2012 | Visits: 975

Regular Expression Component Library for VC9 Regular Expression Component Library for VC9 is designed as an easy-to-use library for searching and / or replacing strings or data in files using regular expressions in non-managed C++ code. In the Visual C++ environment the Regular Expression Library is made of an MFC ( Microsoft Foundation...


Platforms: Windows


Added: May 10, 2013 | Visits: 558

Regular expression point of failure This script debugs non-matching regular expressions by finding out the maximum parts of the pattern and the text that do match.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (59): Regular expression point of failure Download

Added: May 08, 2013 | Visits: 386

Regular expression tester User Interface for testing the regular expressions(RegEx) with the internal PHP functions


Platforms: PHP

License: Freeware Size: 10 KB Download (39): Regular expression tester Download

Added: January 14, 2006 | Visits: 3.044

Regular Expression Laboratory RXL is an assistant simple to use tool to help you learn and prepare regular expressions. If you are a developer or just concerned with text processing tasks, the Regular Expression Laboratory is a tool that you need. In fact, you felt that you need a program like this but could not formalize...


Platforms: Windows

License: Freeware Size: 714 KB Download (682): Regular Expression Laboratory Download

Added: August 17, 2008 | Visits: 1.096

Regular Expression Component Library for BCB3 Search and/or replace strings or files using regular expressions. Supports both VCL and non-VCL programming. Flexible expression options to match any type of regular expression syntax. Uses a property/method/event programming model and C++ Builder RAD programming. Comes with extensive...


Platforms: Windows

License: Freeware Size: 4.19 MB Download (103): Regular Expression Component Library for BCB3 Download

Added: August 30, 2008 | Visits: 1.107

Regular Expression Component Library for BCB4 Search and/or replace strings or files using regular expressions. Supports both VCL and non-VCL programming. Flexible expression options to match any type of regular expression syntax. Uses a property/method/event programming model and C++ Builder RAD programming. Comes with extensive...


Platforms: Windows

License: Freeware Size: 4.26 MB Download (99): Regular Expression Component Library for BCB4 Download

1 2 3 4 5 >