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

Regular Expression Tool software
Filter: All | Freeware | Demo
 

Regular Expression Tool

< 1 2 3 4 5 > 
Added: March 25, 2010 | Visits: 727

Grepmail Grepmail searches for emails in a normal or compressed mailbox using a regular expression or date constraint. To install this package, change to the directory where you unarchived this distribution and do the following steps: perl Makefile.PL make make test make install.



Platforms: *nix

License: Freeware Size: 522.24 KB Download (88): Grepmail Download

Added: January 12, 2010 | Visits: 1.187

Arbitrary Command Output Colourer acoc is a regular-expression based colour formatter for programs that display output on the command-line. It works as a wrapper around the target program, executing it and capturing the stdout stream. Optionally, stderr can be redirected to stdout, so that it, too, can be manipulated. acoc then...





Platforms: *nix

License: Freeware Size: 40.96 KB Download (94): Arbitrary Command Output Colourer Download

Added: March 01, 2010 | Visits: 840

RegExplorer RegExplorer project is a regular Expression Explorer. It allows for writing regular expressions and visually see the matches, thus making regular expression much easier to write and maintain..


Platforms: *nix

License: Freeware Size: 28.67 KB Download (105): RegExplorer Download

Added: September 12, 2010 | Visits: 910

Parse::RandGen::Regexp Parse::RandGen::Regexp is a Perl module for regular expression Condition element. Regexp is a Condition element that matches the given compiled regular expression. For picking random data, the regular expression is parsed into its component Subrules, Literals, CharClasses, etc.... Therefore,...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (90): Parse::RandGen::Regexp Download

Added: February 08, 2010 | Visits: 1.135

GRegExp Explorer GRegExp Explorer is a graphical regular expression explorer based on the PCRE regular expression library. It is possible to test regular expressions on the fly and check the result in detail..


Platforms: *nix

License: Freeware Size: 122.88 KB Download (101): GRegExp Explorer Download

Added: June 23, 2010 | Visits: 802

Reapoff Regular Expression, Arbitrary Protocol, Opensource Filtering Firewall (Reapoff) is an arbitrary protocol proxy. A proxy server is a program which accepts connections on behalf of another program and forwards these connections to the original program. There are a many different commonly used...


Platforms: *nix

License: Freeware Size: 450.56 KB Download (90): Reapoff Download

Added: August 26, 2010 | Visits: 893

perlrecharclass perlrecharclass package contains Perl regular expression character classes. The top level documentation about Perl regular expressions is found in perlre. This manual page discusses the syntax and use of character classes in Perl Regular Expressions. A character class is a way of denoting a...


Platforms: *nix

License: Freeware Size: 14.8 MB Download (94): perlrecharclass Download

Released: March 22, 2012  |  Added: April 02, 2012 | Visits: 1.958

RegexMagic RegexMagic makes creating regular expressions easier than ever. While other regex tools merely make it easier to work with regular expressions, with RegexMagic you don't have to deal with the regular expression syntax at all. RegexMagic generates complete regular expressions to your...


Platforms: Windows

License: Shareware Cost: $39.95 USD Size: 5.37 MB Download (126): RegexMagic Download

Added: November 15, 2013 | Visits: 348

RXPY RXPY is a regular expression library, written in Python, that is almost completely backwards compatible with the standard Python re library (only locale-based character groups are not supported). It has a modular design that allows different alphabets and engines to be used. This allows regular...


Platforms: Mac

License: Freeware Size: 51.2 KB Download (36): RXPY Download

Added: November 11, 2013 | Visits: 303

RegexVisualizer RegexVisualizer is a free Mac OS X app which will convert a formal regular expression to an ?zA*-NFA and visualizes it in the form of a transition table. RegexVisualizer uses the algorithm described in section 3.2.3 of "Introduction to Automata Theory, Languages & Computation" to create the...


Platforms: Mac

License: Freeware Size: 204.8 KB Download (47): RegexVisualizer Download

Added: October 31, 2013 | Visits: 476

RegEx Lite RegEx Lite is a simple application to validate regular expression on the fly. About Adobe AIR: Adobe AIR runtime allows Adobe AIR applications to be deployed on computers and devices running the Linux operating system. In addition, Adobe Flex Builder for Linux can be used to build rich internet...


Platforms: *nix

License: Freeware Size: 317.44 KB Download (35): RegEx Lite Download

Released: June 22, 2015  |  Added: July 22, 2015 | Visits: 667

Find and Replace It For Windows Find & Replace It! is a powerful search and replace utility. It allows performing very complex batch-replacement inside text files of any size. It supports regular expression syntax and dozens of encodings. It has scripting capabilities which allow transforming on the fly the replacement text for...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $19.90 USD Size: 24.27 MB Download (392): Find and Replace It For Windows Download

Released: July 20, 2012  |  Added: July 20, 2012 | Visits: 612

RegEx Search/Replace Tool Free GUI Based Search and Replace Tool using Regular Expression


Platforms: Windows, Mac, Linux

License: Freeware Size: 21.57 KB Download (47): RegEx Search/Replace Tool Download

Released: September 26, 2010  |  Added: September 29, 2010 | Visits: 2.471

MultiFind Pro Multifind Pro is an advanced file search tool for Windows. It allows searching for files by text string, regular expression, file size, file date and more. Many popular file formats are supported (DOC, DOCX, XLS, XLSX, PPT, PPTX, PDF, RTF). Found string is highlighted in a file line. You can have...


Platforms: Windows

License: Commercial Cost: $24.95 USD Size: 775.95 KB Download (147): MultiFind Pro Download

Released: September 25, 2012  |  Added: September 25, 2012 | Visits: 311

RegExpCheck RegExpCheck is a free tool for testing the Perl-compatible regular expressions. The program takes on input a regular expression and a text string. If a string matches the specified pattern, all found matches are displayed in Results box.


Platforms: Windows

License: Freeware Size: 102.4 KB Download (406): RegExpCheck Download

Released: June 23, 2012  |  Added: June 23, 2012 | Visits: 472

SDL Regex Fuzzer The SDL Regex Fuzzer application was developed to be a small tool that can help users test regular expressions for potential denial of service vulnerabilities. Regular expression patterns containing certain clauses that execute in exponential time (for example, grouping clauses containing...


Platforms: Windows

License: Freeware Size: 2.4 MB Download (46): SDL Regex Fuzzer Download

Added: May 10, 2013 | Visits: 833

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: 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: June 08, 2006 | Visits: 2.575

ECMerge Standard ECMerge compares and merges files and folders, side-by-side. It is designed for software engineers, web authors and other professionals who work with multiple revisions of text files or who need to keep multiple folder hierarchies in sync. Save your work at intermediate situation and restart it...


Platforms: Windows

License: Demo Cost: $30.00 USD Size: 3.88 MB Download (105): ECMerge Standard Download

Added: August 27, 2008 | Visits: 900

SQLRegEx: SQL Server Regular Expressions SQLRegEx adds regular expression capabilities to Microsoft SQL Server 2000. With regular expressions, a person skilled in Transact-SQL can perform a vast number of data manipulation tasks which previously would have required complicated code using T-SQL string functions, or a formal programming...


Platforms: Windows

License: Commercial Cost: $99.00 USD Size: 1.9 MB Download (103): SQLRegEx: SQL Server Regular Expressions Download

< 1 2 3 4 5 >