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

Regular Expression freeware
Filter: All | Freeware | Demo
 

Regular Expression

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

mboxgrep mboxgrep is a small utility that scans a mailbox for messages matching a regular expression. Found messages can be either displayed on standard output, counted, deleted, piped to a shell command or written to another mailbox. Features: support for mbox (either plain or compressed), MH, nnmh,...



Platforms: Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (56): mboxgrep Download

Added: July 05, 2013 | Visits: 246

OpenSSO Functions: * Simple LogIn (one click) * Simple LogOut (one click) * Create user automatically * Update user's profile with the informations that came from Identity Provider * Protect the user's profile, that the user can't modificate the informations that came from Identity Provider * Syncronize...





Platforms: PHP

License: Freeware Size: 10 KB Download (44): OpenSSO Download

Added: October 09, 2013 | Visits: 486

PyTone for Liunx PyTone is a music jukebox written in Python with a curses based GUI. While providing advanced features like crossfading and multiple players, special emphasis is put on ease of use, turning PyTone into an ideal jukebox system for use at parties. Features * concise curses based GUI * simple...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (47): PyTone for Liunx Download

Added: September 25, 2013 | Visits: 396

ONZE Miner ONZE Miner is a browser-based linguistics research tool that stores audio recordings and regular-expression searchable text transcripts of interviews. The search results, entire transcripts, and media, can be viewed or exported in a variety of format


Platforms: *nix

License: Freeware Size: 33.71 MB Download (34): ONZE Miner Download

Added: August 04, 2013 | Visits: 445

Grepmail Search for emails in a normal or compressed mailbox using a regular expression or date constraint. Features: *Gzip, bzip2, tzip support *Piped input supported (compressed or not) *Supports complex dates like "between Jan 15, 1999 and 5 weeks ago" *Can ignore non-text MIME attachments *Can...


Platforms: *nix

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

Added: July 09, 2013 | Visits: 405

Text::ParseWords The &nested_quotewords() and "ewords() functions accept a delimiter (which can be a regular expression) and a list of lines and then breaks those lines up into a list of words ignoring delimiters that appear inside quotes. "ewords() returns all of the tokens in a single long list, while...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (45): Text::ParseWords Download

Released: April 11, 2018  |  Added: May 29, 2018 | Visits: 1.666

ByteScout PDF Multitool PDF Multitool (FREEWARE) includes set of functions to extract data and text from PDF files: PDF To XML, PDF To CSV, PDF To Text, reading text from scanned PDF using OCR, search text with regular expression, extract original images and much much more! Includes OCR (reading text from images)...


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

License: Freeware Size: 27.23 MB Download (580): ByteScout PDF Multitool Download

Released: June 08, 2016  |  Added: July 21, 2016 | Visits: 824

OfficeTent Excel Add-in Bookmark,Add a bookmark in the current cell. When you want to return, then easy to click on the "Previous Bookmark" to the cell referred to the bookmark. Find & Replace Plus,More than 40+ types condition settings for find and replace. The default is the wildcard. You can choose Regular...


Platforms: Windows, Windows 8, Windows 7

License: Freeware Size: 3.92 MB Download (87): OfficeTent Excel Add-in Download

Added: July 12, 2013 | Visits: 388

XFA library The XFA library is a Finite Automata (FA) library to handle tasks like building (programmatically or from regular expressions), converting NFA (Non-deterministic FA) to DFA (Deterministic FA) and reducing FA graphs.The library relies only on the availability of an ANSI C compiler, and in this way...


Platforms: C and C plus plus

License: Freeware Size: 337.92 KB Download (47): XFA library Download

Added: August 02, 2008 | Visits: 1.732

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: January 18, 2010 | Visits: 1.996

Ragel State Machine Compiler Ragel State Machine Compiler compiles finite state machines from regular languages into executable C/C++/Objective-C code. Ragel state machines can not only recognize byte sequences as regular expression machines do, but can also execute code at arbitrary points in the recognition of a regular...


Platforms: *nix

License: Freeware Size: 532.48 KB Download (175): Ragel State Machine Compiler Download

Added: August 17, 2010 | Visits: 1.109

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: May 24, 2010 | Visits: 1.165

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: June 08, 2013 | Visits: 851

DiskSearch DiskSearch is a tool for searching for files on all your removable media disks (e.g. CD's, ZIP disks or backup tapes). For instance you can search for songs on your MP3-CD's or for a document on your backup DVD's. For advanced queries there is a regular expression search mode. The search is based...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (100): DiskSearch Download

Released: August 22, 2012  |  Added: August 22, 2012 | Visits: 372

RegExr RegExr is a utility that will enable you to edit and test Regular Expressions (RegExp / RegEx). It provides a simple interface to enter RegEx expressions, and visualize matches in real-time editable source text. RegExr also provides a handy RegExp snippet sidebar with descriptions and usage...


Platforms: Windows, XP, Windows Vista, 7

License: Freeware Download (59): RegExr Download

Released: October 12, 2012  |  Added: October 12, 2012 | Visits: 486

Smile regular edition Smile is a fully scriptable free AppleScript based working environment to develop user interfaces, automate tasks and enhance your personal productivity. It offers both a set of production technologies and a natural fashion of having them work together so that you produce faster and better, you...


Platforms: Mac

License: Freeware Size: 19.55 MB Download (45): Smile regular edition Download

Released: October 07, 2012  |  Added: October 07, 2012 | Visits: 334

jRegExAnalyser jRegExAnalyser is an interactive tool to manage regular expressions. jRegExAnalyser will help you easily write, debug, analyse, test and profile regular expressions. for WindowsAll


Platforms: Windows

License: Freeware Download (43): jRegExAnalyser Download

Added: June 20, 2013 | Visits: 578

rename tool A file rename tool can rename, lowcase, upcase large numbers of filesand change their owners. It's a quick and powerful tool written in C with extended regular expression supporting for searching and substituting pattern strings in filenames.


Platforms: *nix

License: Freeware Size: 71.68 KB Download (48): rename tool Download

Added: June 29, 2013 | Visits: 347

STAKK STAKK is a function that helps with the debugging of data and programs. During development of complex software, there are often several versions of functions used in the main program and direct comparison of the functions' workspace is not easily possible between different program versions,...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): STAKK Download

Added: July 02, 2013 | Visits: 592

History timeline Plugin for displaying an history timeline based on tags. You can discriminate the tags for build timeline by a regular expression, for each tag this plugin extract a random post from all related posts.


Platforms: PHP

License: Freeware Size: 10 KB Download (56): History timeline Download

< 1 2 3 4 5 >