Main > Free Download Search >

Free regex software for windows

regex

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 80
RegEx 1.6

RegEx 1.6


RegEx is a completely great application launched to test your regular expressions with ease and check each member of the return array quickly. more>>

RegEx 1.6 is a completely great application launched to test your regular expressions with ease and check each member of the return array quickly. The quick hide function helps keep the desktop uncluttered and all three windows are individually place able

Requirements:

  • Windows 2000/XP
  • Yahoo Widgets Engine
<<less
Download (19.8KB)
Added: 2007-05-15 License: Freeware Price: $0.00
downloads
 
Other version of RegEx
RegEx 1.2Brent Smith - RegEx allows you to test your Regular Expressions with ease, and check each member of the return array quickly. RegEx. RegEx allows you to test your Regular Expressions
License:Freeware
Download (19.8KB)
1029 downloads
Added: 2007-01-18
RegEx Edit 1.0

RegEx Edit 1.0


RegEx Edit - lets you edit and debug regular expressions more>>
RegEx Edit is a tool which lets you edit and debug regular expressions (RegEx) so you can avoid unexpected errors when using them in other applications.
<<less
Download (61.7KB)
Added: 2006-11-20 License: Freeware Price:
1113 downloads
txt2regex 0.8

txt2regex 0.8


Txt2regex is a Regular Expression wizard that converts human sentences to regexes. In a simple interface, just answer to questions and build your own regex for Emacs, Javascript, MySQL, OpenOffice.org more>>

Txt2regex is a Regular Expression wizard that converts human sentences to regexes.
In a simple interactive interface, you just answer to questions and build your own regex for a large variety of softwares and programming languages: AWK, ed, egrep, Emacs, expect, find, gawk, grep, lex, lisp, mawk, MySQL, OpenOffice.org, Perl, PHP, Postgres, Procmail, Python, SED, Tcl, VBscript, VI, Vim.
Already translated to 10 languages, it features support for POSIX classes, smart group balance control, metacharacters information table and regex automatic generation for frequently used patterns.
Geek note: txt2regex is a shell script 100% written with Bash builtin commands. No external command is used.

Requirements: Bash version 2 or newer

Whats new in this version: - Added OpenOffice.org support - Added translations for Romanian, Spanish and Italian - Improved Manual Page (manpage) - Now works on Bash v3 and newer

<<less
Download (39.56KB)
Added: 2008-09-07 License: Freeware Price:
412 downloads
RegEx.DLL 0.6.0

RegEx.DLL 0.6.0


RegEx.DLL provides some much needed regular-expression handling for VB programmers, implementing all the common UNIX wildcard characters allowing sophisticated string comparisons and search-and-replac more>>

RegEx.DLL provides some much needed regular-expression handling for VB programmers. The clsRegEx class implements all the common UNIX wildcard characters allowing sophisticated string comparisons and search-and-replace operations to be performed.
* The * character represents zero or more occurrences of the previous character in the expression:
ab*c matches ac, abc, abbc, abbbbbbbc ...
* The + character represents one or more occurrences of the previous character in the expression:
ab+c matches abc, abbc, abbbbbbbc but not ac
* Numbers within curly brackets represent a specific number of occurrences of the previous character:
a{3} matches aaa a{3,5} matches aaa, aaaa and aaaaa
* The ? character represents zero or one occurrences of the previous character:
a?c matches ac and aac
* The . character represents any single character:
a.c matches abc, aXc but not ac or abbc
Round brackets can be used to apply multipliers, such as * or +, to groups of characters:
* (abc)* matches an empty string, abc, abcabc, abcabcabc ...
* (abc)+ matches abc, abcabc, abcabcabc ...
Square brackets can be used to specify possible values for a single character. A hyphen can be used in this context to represent a range of characters. If the first character within the brackets is a ^ then the range is exclusive rather than inclusive (ie. the expression matches any single character not shown):
* a[bB]c matches abc and aBc
* a[^0-9]c matches abc and aXc but not a0c ... a9c
A \ symbol negates the special meaning of the following character. Only valid if it precedes one of *+?\{([])}.
* a\*c matches a*c
* a[\[\]]c matches a]c and a[c
* a\\c matches a\c
* ab\c is not a valid expression
The download includes VB code samples demonstrating how to use the library.
This library is still in beta test - it works well for short expressions, but due to the recursive nature of the code longer strings can take a while.

<<less
Download (29.59KB)
Added: 2008-09-07 License: Freeware Price:
419 downloads
Regex Creator 1.0

Regex Creator 1.0


This is a small tool to help create regular expressions (regex). more>>
This is a small tool to help create regular expressions (regex). Regex Creator is a tool to help create regular expressions (regex). The goal is to make it as easy and as fast as possible to create regex. You paste the text to parse, specify the values to extract and generate the regex. You will also be able to debug a regulat expression.
System requirements:
- Java Runtime Environment
<<less
Download (353KB)
Added: 2007-11-11 License: Freeware Price:
785 downloads
RegEx TestBed 1.0.6.1

RegEx TestBed 1.0.6.1


RegEx TestBed is an effective program which allows you to test your regular expression in a WYSIWYG fashion. more>>

RegEx TestBed 1.0.6.1 is an effective program which allows you to test your regular expression in a WYSIWYG fashion.

The matches are highlighted and displayed in real time. You can export matches in XML or CSV format. It is built upon .Net regex engine. RegEx TestBed also allows you to test the replace function.

Enhancements: Includes unspecified updates.

<<less
Download (99.8KB)
Added: 2008-07-05 License: Freeware Price: $0.00
downloads
 
Other version of RegEx TestBed
RegEx TestBed 1.0.6RegEx TestBed is a free regular expression testing and benchmarking tool. RegEx TestBed helps you test your regular expressions in WYSIWYG manner. RegEx
License:Freeware
Download (98k)
379 downloads
Added: 2008-10-30
Stonebroom RegEx 1.0

Stonebroom RegEx 1.0


Easily manipulate the Windows registry in your applications using RegEx more>>
Easily manipulate the Windows registry in your applications using RegEx RegEx is a standard COM-compliant ActiveX DLL that allows you to access and work with the Windows registry easily in your applications. Use it in Visual Basic, Microsoft Office, Active Server Pages, or any of the millions of other Windows applications that support COM components.
Now you can easily read information about the environment and the operating system that your applications run on, and store and retrieve persistence information, without having to wrestle with the awkward Windows API Extended Registry functions.
The RegEx component exposes five custom methods that allow you to:
- Read the Default single value of any Registry subkey
- Set the Default single value of any Registry subkey
- Read the value of any subkeys enumerated named values
- Set the value of any subkeys enumerated named values
- Discover the value type for enumerated named values
- Read the RegEx component version number in code
Main features:
- Fast and easy access to any registry subkey and its value, for both reading and writing.
- Fully error protected, with sensible return values that help to identify access problems.
- Handles the extended Registry value types, and returns the existing value-type information.
- Provides standard enumerated named constants for use in your programming environment.
<<less
Download (1.44MB)
Added: 2007-08-01 License: Freeware Price:
816 downloads
RegexRenamer 1.1.5

RegexRenamer 1.1.5


A powerful graphical tool used to batch rename files using regular expressions. more>> 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, renaming into subfolders, preserving file extensions and more. Contains complete documentation including examples, regex tutorial & quick reference guide.<<less
Download (2.0MB)
Added: 2006-12-20 License: Freeware Price:
1099 downloads
 
Other version of RegexRenamer
RegexRenamer 1.1.4A regular expression (or regex) is simply text that contains special characters that together defines a pattern that can be used to match text , in this case filenames. Using the power of regexes
License:Freeware
Download (2.02MB)
952 downloads
Added: 2007-05-11
RegEx Builder 1.0.0.6

RegEx Builder 1.0.0.6


RegEx Builder is a small utility to help you build regular expressions more>>
RegEx Builder is a small utility to help you build regular expressions. Especially useful for those, like me, who don?t use regular expressions everyday, and therefore, don?t always remember all the details.
This software application has been written in C# using Microsoft Visual Studio 2005 and .NET 2.0.
RegEx Builder does not eat too much memory, it is easy to install and has a simple but efficient interface.
What is a regular expression? A regular expression is a string that is used to describe or match a set of strings, according to certain syntax rules.
<<less
Download (575KB)
Added: 2007-05-20 License: Freeware Price:
942 downloads
The Regex Coach 0.9.2

The Regex Coach 0.9.2


To experiment with (Perl-compatible) regular expressions interactively. Freeware more>> The Regex Coach is a graphical application for Windows which can be used to experiment with (Perl-compatible) regular expressions interactively. It has the following features:
- It shows whether a regular expression matches a particular target string.
- It can also show which parts of the target string correspond to captured register groups or to arbitrary parts of the regular expression.
- It can walk through the target string one match at a time.
- It can simulate Perls split and s/// (substitution) operators.
- It tries to describe the regular expression in plain English.
- It can show a graphical representation of the regular expressions parse tree.
- It can single-step through the matching process as performed by the regex engine.
- Everything happens in real time, i.e. as soon as you make a change somewhere in the application all other parts are instantly updated.
If you find this software useful then please consider making a small donation towards the ongoing development costs. Website hosting costs money, as do compilers and development tools.
<<less
Download (2.96MB)
Added: 2008-02-16 License: Freeware Price: Free
447 downloads
Regex File Searcher 1.5b

Regex File Searcher 1.5b


Regex File Searcher is a search utility that helps you find files or folders on your hard drive or over a network more>>
Regex File Searcher is a search utility that helps you find files or folders on your hard drive or over a network Regex File Searcher is a search tool that helps you find files or folders on your hard drive or over a network using Regular Expressions.
<<less
Download (12.7KB)
Added: 2006-07-05 License: Freeware Price:
1215 downloads
SharePoint RegEx Search 0.2

SharePoint RegEx Search 0.2


Performs "regular expression" based search over Microsoft Office documents stored in a SharePoint site more>>

SharePoint RegEx Search 0.2 is a powerful tool which performs "regular expression" based search over Microsoft Office documents stored in a SharePoint site. Its ideal for security analysts who want to ensure that sensitive data, such as Social Security Numbers and passwords, are not exposed via open repositories. Its also useful for performing any kind of search thats not exposed by the built-in SharePoint search capabilities, which are limited to the SQL LIKE and CONTAINS keywords.

Major Features:

  1. Be command-line based and written in C#.
  2. Work against standard Windows SharePoint Services (WSS), but its likely to be more useful in environments running Microsoft Office SharePoint Server (MOSS).
    Search results are displayed in CSV format and consist of the matched string as well as the full path of the document in which it was found.
  3. Currently supported document types include Word, Excel, and PowerPoint.

Enhancements

  • Incorporates fixes which allow matches to occur at the end of a line.
  • This version has also been tested with a pattern which matches strong passwords.
<<less
Download (61KB)
Added: 2009-07-04 License: Apache License 2.0 Price: FREE
24 downloads
Dynamic Regex Validator 1.0.0

Dynamic Regex Validator 1.0.0


Edit regular expressions while monitoring matches in real-time. more>> This applications enables developers, programmers, or advanced users who understand regular expressions to write and edit regular expressions while monitoring the results in real-time. This encourages regex-editing users to spend more time on the keyboard and less time reaching for the mouse simply to click on a Find Matches button.
Each keystroke dynamically updates regex match results giving you the opportunity to determine the results of your regular expression as you type it.
<<less
Download (386KB)
Added: 2008-06-15 License: Others Price: NA
496 downloads
RegexBuilder 1.3.0.38852

RegexBuilder 1.3.0.38852


RegexBuilder is a simple tool which helps developers to create and test regular expressions. more>>
RegexBuilder is a simple program which helps developers to create and test regular expressions.
Enter Regular Expression into the Regex TextBox and enter Text into the Text TextBoxes.
As soon as you type a character into any of the text boxes the entered text gets validated against the regular expression.
The Result is displayed as background color of the validated text box immediately.
<<less
Download (7.63KB)
Added: 2007-05-03 License: GPL Price:
928 downloads
Regex Component Library for VC6 3.1

Regex Component Library for VC6 3.1


Search and/or replace strings or files using regular expressions. more>> The Regular Expression Component Library is an easy to use library for searching and/or replacing strings or data in files using regular expressions. It supports both MFC programming using the MFC programming model and non-MFC programming. Both methods of programming support a properties, methods, and events model with VC++. Member function event handling is supported using the packaged Boost function and bind facilities which comes with the download.
It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries.
Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools.
The properties/methods/events model uses:
a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities.
b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. A method for splitting strings based on regular expressions.
c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.
<<less
Download (6.72MB)
Added: 2006-12-07 License: Freeware Price: Free
1068 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5