WareSeeker Search Software

regular expressions


Sponsored Links
Collapse All
Software Name Software Type Category Price
1

Mastering Regular Expressions


script CGI Perl Free
View Detail
Download Mastering Regular ExpressionsDownload Mastering Regular Expressions
Regular expressions are a central element of UNIX utilities like egrep and programming languages such as Perl. But whether youre a UNIX user or not, you can benefit from a better understanding of regular expressions since they work with applications ranging from validating data-entry fields to manipulating information in multimegabyte text files. Mastering Regular Expressions quickly covers the basics of regular-expression syntax, then delves into the mechanics of expression-processing, common pitfalls, performance issues, and implementation-specific differences. Written in an engaging style and sprinkled with solutions to complex real-world problems, Mastering Regular Expressions offers a wealth information that you can put to immediate use.
2

PHP regular expressions examples


script PHP Free
View Detail
Download PHP regular expressions examplesDownload PHP regular expressions examples
Various PHP regular expression examples to help your application validate, compare, compute or decid. The regular expression, as a pattern, can match all kinds of text strings helping your application validate, compare, compute, decide etc. It can do simple or very complex string manipulations. The list of possibilities is enormous when it comes to what you can achieve using regular expressions.
3

Regular Expressions Tester 1.0.3


windows Network Internet->Other Free
View Detail
Download Regular Expressions Tester 1.0.3Download Regular Expressions Tester 1.0.3
12.8 KB
Regular Expressions Tester is a useful testing utility for regular expressions with color highlighting.


4

Regular Expressions Tester 1.0.8.9


windows Network Internet->Other Free
View Detail
Download Regular Expressions Tester 1.0.8.9Download Regular Expressions Tester 1.0.8.9
25 KB
Regular Expressions Tester description
Fiirefox extension that offers developers functions for testing their regular expressions Regular Expressions Tester is a useful testing utility for regular expressions with color highlighting.

Requirements:

· Firefox: 1.5 2.0.0

5

Regular Expressions Checker 1.0


windows Software Development->Misc Programming Tools Free
View Detail
Download Regular Expressions Checker 1.0Download Regular Expressions Checker 1.0
72 KB
Regular Expressions Checker description
RegEx is a nifty development tool that is used to develop regular expressions to be used with Visual Studio .NET. Regular Expressions Checker (RegEx) is a nifty development tool that is used to develop regular expressions to be used with Visual Studio .NET.

Regular Expressions Checker is also a small program that does not require any installation.

Here are some key features of "Regular Expressions Checker":

· Pre-Built Regular Expressions; The Software Contains over fifty powerful pre-built regular expressions, these can be used as-is or can be modified to suit your needs.
· Immediately Test Expression; You can immediately Test your expressions to see what they will and wont verify.


Requirements:

· requires Microsoft .Net platform
· requires Microsoft Internet Explorer 4 or above
· "Interop.SHDocVw.dll" is a .Net DLL therefore registration is unnecessary

6

Using Regular Expressions with PHP


script PHP Free
View Detail
Download Using Regular Expressions with PHPDownload Using Regular Expressions with PHP
Regular expressions are a powerful tool for examining and modifying text. They enable you to search for patterns within a string, extracting matches flexibly and precisely. This tutorial gives a brief overview of basic regular expression syntax and then considers the functions that PHP provides for working with regular expressions.
7

Regular Expressions And Forms


script PHP Free
View Detail
Download Regular Expressions And FormsDownload Regular Expressions And Forms
Some basic examples of using regular expressions to validate user submitted form fields.
8

Regular Expressions Tester 1.1.6.12


windows Network Internet->Web Browsers FREE
View Detail
Download Regular Expressions Tester 1.1.6.12Download Regular Expressions Tester 1.1.6.12
49 KB
Fiirefox extension that offers developers functions for testing their regular expressions

Regular Expressions Tester is a useful testing utility for regular expressions with color highlighting.

Requirements:

· Firefox: 2.0 - 3.0*

Changes from previous version

· Changed font for all text fields to Courier New for better readability (thanks to Wojtek)
· Changed some texts for better readability (thanks to Laurent)
· Changed activation of global and multiline options in main window to on by default (thanks to Laurent)
· Updated French, Polish and Spanish translation (thanks to Laurent, Wojtek and Carla)
·
· Bugfixes:
· Fixed some minor compatibility bugs with Firefox 3
· Fixed test button, that didnt work in some cases (thanks to Laurent)
· Fixed bug in installer


9

Regular Expression


script PHP Free
View Detail
Download Regular ExpressionDownload Regular Expression
This demo shows how to use the regular expression support in PHP. These functions allow you to perform regular expression operations on strings. The regular expression language used is compatible with the extended regular expression syntax as specified in the egrep man page on most Unix systems.
10

SQLRegEx: SQL Server Regular Expressions 1.0


windows Software Development->Databases and Networks Free
View Detail
Download SQLRegEx: SQL Server Regular Expressions 1.0Download SQLRegEx: SQL Server Regular Expressions 1.0
1.9 MB
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 language such as C/C++, Visual Basic, or Delphi, or with script languages such as VBScript or JavaScript.
11

Stripping HTML Tags using Regular Expressions


script ASP Free
View Detail
Download Stripping HTML Tags using Regular ExpressionsDownload Stripping HTML Tags using Regular Expressions
This article examines how to strip HTML tags using regular expressions. Regular expressions are nifty little buggers that can be used to perform advanced string pattern matching and replacing.
12

Using Regular Expressions to get HTML tags


script PHP Free
View Detail
Download Using Regular Expressions to get HTML tagsDownload Using Regular Expressions to get HTML tags
This article will show the SIMPLE use of regular expressions (Perl style/PCRE) to get the values of data delimited by HTML tags. Instead of building a parser that pushes start tags onto a stack and pulls them off once a stop tag is found (if one is found) I find it much easier to use regular expressions. This article is NOT a primer to regular expressions and only shows this particular example.
13

Regular Expressions for MS SQL server 1.51


windows Software Development->Databases and Networks $148.95
View Detail
Download Regular Expressions for MS SQL server 1.51Download Regular Expressions for MS SQL server 1.51
1158K
The Regular Expressions for MS SQL Server is a set of T-SQL User Defined Functions (UDF) that gives users full power to manipulate string data in SQL queries, stored procedures and Transact-SQL programming. Some of the common challenges that you can solve with the Regular Expressions are:
Extracting information and data mining;
Formatting string data;
Parsing text data into sections;
Validating user text input; password, e-mail, URL, ect.;
Replacing values in text to clean or change content.

Features of the product are:
easy to use;
great productivity and reliability;
100% Unicode;
100% compatible with VBScript regular expressions;
works with (N)CHAR and (N)VARCHAR data;
30 days free trail period of the full product version.

14

Introduction to PHP Regular Expressions (#1): General Mechanics


script PHP Free
View Detail
Download Introduction to PHP Regular Expressions (#1): General MechanicsDownload Introduction to PHP Regular Expressions (#1): General Mechanics
Anyone that has to do a large sum of unusual data manipulation will always choose to use regular expressions (regex) over native functions because of one thing: power. In PHP the ereg_ functions are what utilize ERE POSIX, and the preg_ functions utilize PCRE. In this introduction to regular expressions the author will assume no prior knowledge of regex, and will try to give you the most thorough explanation of this powerful tool as possible.
15

Regular Expression Checker 1.32


windows Home Education->Other Free
View Detail
Download Regular Expression Checker 1.32Download Regular Expression Checker 1.32
39.7 KB
Regular Expression Checker allows you to create regular expressions, even if you do not know about the details of regular expression.

16

Rename Regular Expression 1.02


windows System->File Management Free
View Detail
Download Rename Regular Expression 1.02Download Rename Regular Expression 1.02
312 KB
Rename Regular Expression description
Add context menu command to rename selected files using regular expressions Rename Regular Expression will help you to rename selected files much more easier using regular expressions. Case-sensitivity, global replace, group expressions, number sequencing and more.

Whats New in This Release:

fixed installer issue

17

regular expression parser 1.1


linux Programming->Interpreters Free
View Detail
Download regular expression parser 1.1Download regular expression parser 1.1
0.33 MB
regular expression parser is a C++ regexp parser that accomplishes The Open Group specification Issue 6, IEEE Std 1003.1, 2004 Edition.

regular expression parser allows you to parse input using regular expressions, and to retrieve parsed sub-expression matches in a few steps.


18

Regular Expression Laboratory 1.05


windows Web Development->Web Design Tools Free
View Detail
Download Regular Expression Laboratory 1.05Download Regular Expression Laboratory 1.05
714 KB
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 your needs. We have done this job for you. Now you can construct your regular expressions with much ease and test them by applying to an arbitrary text. Regular Expression Laboratory support the incredible size of a stored regular expression: 2MB!

19

Regular Expression Graphing Program 0.2


linux Miscellaneous->Education Free
View Detail
Download Regular Expression Graphing Program 0.2Download Regular Expression Graphing Program 0.2
4.3 MB
Regular Expression Graphing Program project is a regular expression graphing program.

This program is designed to take a regular expression and produce a graph of the state machine that is used to parse the regular expression.

It is useful for teaching regular expressions and state machines.

The program comes with a built-in tutorial and sample set of regular expressions.

Here are some key features of "Regular Expression Graphing Program":

· This will not graph all the regular expressions. Some of the more advanced features of the engine are just not handled.
· We currently ``graph the ``group, no $1 (?:..) operator by displaying nothing. A box should be put around the expression.
· The boxes drawn by the program are a fixed with not related to the size of the text they contain. Text can easily overflow the box.
· The system is UNIX/Linux specific. This is caused by only one small section of code should anyone want to port this to a braindamaged operating system.
· Better use of color can be made. Specifically all the nodes do not have to be green. Come to think of it they call dont have to be rectangles either.
· Sometimes the lines connecting one section to another take some strange twists.


20

Regular Expression Transformation 1.0.0.41


windows Network Internet->Database Utils Free
View Detail
Download Regular Expression Transformation 1.0.0.41Download Regular Expression Transformation 1.0.0.41
575 KB
The regular expression transformation exposes the power of regular expression matching within the pipeline. One or more columns can be selected, and for each column an individual expression can be applied.

If all columns selected pass their tests then rows will be passed down the successful match output. Rows that fail to pass all tests are directed down the alternate output.

This transformation is ideal for validating data through the use of regular expressions. You can enter any expression you like, or select a pre-configured expression within the editor.

You can expand the list of pre-configured expressions yourself. These are stored in a Xml file, %ProgramFiles%Microsoft SQL Server90DTSPipelineComponentsRegExTransform.xml.


My Software


You have not saved any software. Click "Save" next to each software to save it to your software basket