jasminecorp.net directory
Updated Blogs
Computer Support Blog
Essensial Software for Web Based Support
HP Server and Desktop
HP ILO - Remote Tech-Support Software
More .....



 
 

| Add Search | Advertise With JCSearch | Suggest a Site

Search the Web


Search Results

Regular Expressions
Directory > Computers > Programming > Languages > Regular Expressions

Categories
 
C and C++ (10) Java (11) Research Papers (10)
FAQs, Help, and Tutorials (24) Perl (14)

Web Sitesi

Regular Expression Builder
An open source tool written in C# to build and test regular expressions.
http://renschler.net/regexbuilder/
Reviews Rating: Not yet Rated Whois Check

Regular Expression Tester
Online script to test regular expressions. Shows matching patterns in red. PHP source code
available for download, includes regular expression cheat sheet.

http://www.bitesizeinc.net/demo.regexp.html
Reviews Rating: Not yet Rated Whois Check

Power REGex TESTER
An online tool for creating and testing regular expressions.
http://koralsoft.dir.bg/venimus/index.htm
Reviews Rating: Not yet Rated Whois Check

Validating Form Input using Regular Expressions
Writing form validation code is often the most thankless part of your job. The logic can get quite
complex, and often quite messy. This article will show how to use Regular Expressions to simplify
your code.

http://www.aspzone.com/Entries/ada24a81aecd457ba039d886180fbd64.aspx
Reviews Rating: Not yet Rated Whois Check

Geek Talk: The Regular Expression Rundown
What is a "regular expression"? Crispin Roven has the answer. Newbie-oriented. [Wired
News]

http://hotwired.lycos.com/webmonkey/geektalk/97/33/index3a.html
Reviews Rating: Not yet Rated Whois Check

Regular expressions in Haskell
Native Haskell implementation of polymorphic regular expressions. The regexps contains most of the
features found in Perl.

http://www.dcs.gla.ac.uk/~meurig/regexp/
Reviews Rating: Not yet Rated Whois Check

So What's A $#!%% Regular Expression, Anyway?!
Learn how to use regular expressions and perform search and replace operations.
http://www.melonfire.com/community/columns/trog/article.php?id=2
Reviews Rating: Not yet Rated Whois Check

windows.oreilly.com -- C# Regular Expressions
Brad Merrill, coauthor of O'Reilly's C# Essentials, provides an overview of how regular
expressions are used in the C# environment.

http://windows.oreilly.com/news/csharp_0101.html
Reviews Rating: Not yet Rated Whois Check

VBScript Regular Expressions
Describes the improved text handling functions of version 5 of VBScript through its support for
Regular Expressions.

http://www.aspalliance.com/brettb/VBScriptRegularExpressions.asp
Reviews Rating: Not yet Rated Whois Check

Matchmaking with regular expressions
Shows how to use the power of regular expressions to ease text parsing and processing.
http://www.javaworld.com/javaworld/jw-07-2001/jw-0713-regex.html
Reviews Rating: Not yet Rated Whois Check

Common Applications of Regular Expressions
This article by Richard Lowe demonstrates four powerful and practical applications of regular
expressions.

http://www.4guysfromrolla.com/webtech/120400-1.shtml
Reviews Rating: Not yet Rated Whois Check

Utilizing Regular Expression SubMatches
This article by Scott Mitchell examines some advanced features with regular expressions.
http://www.4guysfromrolla.com/webtech/043001-1.shtml
Reviews Rating: Not yet Rated Whois Check

Stripping HTML Tags using Regular Expressions
This article, by Scott Mitchell examines how to strip HTML tags from a string using regular
expressions.

http://www.4guysfromrolla.com/webtech/042501-1.shtml
Reviews Rating: Not yet Rated Whois Check

The Regex Coach
Graphical application for Linux and Windows which can be used to experiment with (Perl-compatible)
regular expressions interactively.

http://weitz.de/regex-coach/
Reviews Rating: Not yet Rated Whois Check

Regular Expression Usage in C#
The source code shows how to use Regular Expressions in C#.
http://www.c-sharpcorner.com/3/RegExpPSD.asp
Reviews Rating: Not yet Rated Whois Check

Larger Regular Expressions
The purpose of this article is to show a few real-life examples of regular expressions at work.
http://zez.org/article/articleview/65/
Reviews Rating: Not yet Rated Whois Check

JRX
A simple JavaScript real-time regular expression evaluator, similar to RX tool of Activestate's
Komodo IDE.

http://www.cuneytyilmaz.com/prog/jrx/
Reviews Rating: Not yet Rated Whois Check

Extreg
A script that allows to perform search-and-replace operations with extended regular expressions
from unix shells.

http://www.ososo.de/extreg/
Reviews Rating: Not yet Rated Whois Check

12 Reasons to Use Regular Expressions
An article that gives 12 reasons for learning and using Regular Expressions.
http://www.websiterepairguy.com/articles/12_re.php
Reviews Rating: Not yet Rated Whois Check

DevShed - So What's A $#!%% Regular Expression, Anyway?!
Regular expressions are one of the most powerful tools in the arsenal of any *NIX programmer. This
article offers insights into what they are, how to go about constructing them, and how to add them
to your Perl, PHP and JavaScript programs.

http://www.devshed.com/Server_Side/Administration/RegExp/page1.html
Reviews Rating: Not yet Rated Whois Check

A 'Print This Page' Script Using the MS-XMLHTTP object and Regular Expressions
This article, by Troy Eberhard, examines how to create a Printer Friendly Page using Microsoft's
XMLHTTP component along with regular expressions.

http://www.4guysfromrolla.com/webtech/052701-1.shtml
Reviews Rating: Not yet Rated Whois Check

Simplifed use of Regular Expressions from within your Scripts
A small library to make working with Regular Expressions a little bit easier. Free source code and
tutorials for Windows developers.

http://www.codeproject.com/asp/easyrx.asp
Reviews Rating: Not yet Rated Whois Check

Regex Suite
Brings the power of regular expression searching and replacing to Frontier 5. [GPL]
http://old.scriptmeridian.org/projects/regex/
Reviews Rating: Not yet Rated Whois Check

RegExpr for VB & VBA
Regular expression library for Visual Basic and Visual Basic for Applications.
http://www.aivosto.com/regexpr.html
Reviews Rating: Not yet Rated Whois Check

TCL Regular Expressions
An Introduction to Regular Expressions in the scripting language TCL.
http://www.lib.uchicago.edu/keith/tcl-course/topics/regexp.html
Reviews Rating: Not yet Rated Whois Check

Utilizing Regular Expressions
This article is a follow-up to an earlier 4Guys article "An Introduction to Regular Expression
with VBScript". Regular Expression allows for complex pattern matching and replacing.

http://www.4guysfromrolla.com/webtech/031500-1.shtml
Reviews Rating: Not yet Rated Whois Check

Regular Expressions
Describes Regular Expressions and compares them to Finite Automatas.
http://www.cs.rochester.edu/u/leblanc/csc173/fa/re.html
Reviews Rating: Not yet Rated Whois Check

Regular Expressions Quickstart
An article about regular expressions in ASP pages.
http://www.aspalliance.com/chrisg/default.asp?article=10
Reviews Rating: Not yet Rated Whois Check

TRegExpr
A Delphi port of Henry Spencer V8-routins for working with a subset of Perl Regular Expressions.
Full source code in object pascal included. No DLL needed. [Freeware]

http://anso.virtualave.net/
Reviews Rating: Not yet Rated Whois Check

regexp.org
A forum for coders to share regexes and regex info.
http://www.regexp.org/
Reviews Rating: Not yet Rated Whois Check

Visual RegExp
A graphical explorer for your regular expressions. Requires Tcl/Tk 8.x.
http://laurent.riesterer.free.fr/regexp/
Reviews Rating: Not yet Rated Whois Check

Regular Expressions explained
An article by Jan Borsodi that gives an introduction to the world of regular expressions. It
explains what regular expressions are and introduces the syntax. Also provides examples with
varying complexity and a list of tools which use regular expressions.

http://zez.org/article/articleview/11/
Reviews Rating: Not yet Rated Whois Check

RegExplorer
A visual regular expression explorer, it allows for writing regular expressions and visually see
the matches. Uses the KDE/Qt Libraries for the user interface. [QPL]

http://regexplorer.sourceforge.net/
Reviews Rating: Not yet Rated Whois Check

RegEx Tester
Online regular expression tester for preg (Perl) and ereg (POSIX) formats.
http://www.quanetic.com/regex.php
Reviews Rating: Not yet Rated Whois Check

Regular Expressions Library
A collection of regular expressions submitted by viewers.
http://www.regxlib.com/
Reviews Rating: Not yet Rated Whois Check

An Introduction to Regular Expression with VBScript
Articles in two parts about using Regular Expressions with VCScript.
http://www.4guysfromrolla.com/webtech/090199-1.shtml
Reviews Rating: Not yet Rated Whois Check

 


Jasminecorp.net directory is based on the Open Directory and is being modified by Jasminecorp.

©2004 Jasmine Computers Inc.

Click here to subscribe for Jasminecorp's product News.

Home | JCBid |Software Development | Domain Registration | Hosting | Web Designing | Buy Books | Advertise with JCSearch | Whois | IP Locator | Add Search | Shopping | Store | Free Blogs | Free GuestBook | Free E-Cards | Free Games | Free Tutorials | Set as Home | Add to Favorite | Suggest a Site | Directory | Our Portfolio | Terms of service | Free quote | Tell a Friend | Special Offer | Job Opportunities | games | Usenet Groups

Submit a Site to Jasminecorp.net Directory || Advertise with us

 

Help build the largest human-edited directory on the web.
Submit a Site - Open Directory Project - Become an Editor
Get a Domain Name:
.com .us .info
.org .in .name
.net .biz .asia