ABC HOME web search Web Search web search Web Directory web search Image Search web search Video Search web search Shopping web search 4WX Weather web search Domain Search
ABC Directory
Arts Business Computers Games Health Home Kids News
Recreation Reference Regional Science Shopping Society Sports Adult

Regular Expressions (110)

Categories:

Sponsors:
Web Sites In this Category:

An Introduction to Regular Expression with VBScript Open in a new browser window  
   Articles in two parts about using Regular Expressions with VCScript.
   http://www.4guysfromrolla.com/webtech/090199-1.shtml
Regular Expressions Library Open in a new browser window  
   A collection of regular expressions submitted by viewers.
   http://www.regxlib.com/
RegEx Tester Open in a new browser window  
   Online regular expression tester for preg (Perl) and ereg (POSIX) formats.
   http://www.quanetic.com/regex.php
RegExplorer Open in a new browser window  
   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/
Regular Expressions explained Open in a new browser window  
   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/
Visual RegExp Open in a new browser window  
   A graphical explorer for your regular expressions. Requires Tcl/Tk 8.x.
   http://laurent.riesterer.free.fr/regexp/
regexp.org Open in a new browser window  
   A forum for coders to share regexes and regex info.
   http://www.regexp.org/
TRegExpr Open in a new browser window  
   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/
Regular Expressions Quickstart Open in a new browser window  
   An article about regular expressions in ASP pages.
   http://www.aspalliance.com/chrisg/default.asp?article=10
Regular Expressions Open in a new browser window  
   Describes Regular Expressions and compares them to Finite Automatas.
   http://www.cs.rochester.edu/u/leblanc/csc173/fa/re.html
Utilizing Regular Expressions Open in a new browser window  
   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
TCL Regular Expressions Open in a new browser window  
   An Introduction to Regular Expressions in the scripting language TCL.
   http://www.lib.uchicago.edu/keith/tcl-course/topics/regexp.html
RegExpr for VB & VBA Open in a new browser window  
   Regular expression library for Visual Basic and Visual Basic for Applications.
   http://www.aivosto.com/regexpr.html
Regex Suite Open in a new browser window  
   Brings the power of regular expression searching and replacing to Frontier 5. [GPL]
   http://old.scriptmeridian.org/projects/regex/
Simplifed use of Regular Expressions from within your Scripts Open in a new browser window  
   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
A 'Print This Page' Script Using the MS-XMLHTTP object and Regular Expressions Open in a new browser window  
   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
DevShed - So What's A $#!%% Regular Expression, Anyway?! Open in a new browser window  
   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
12 Reasons to Use Regular Expressions Open in a new browser window  
   An article that gives 12 reasons for learning and using Regular Expressions.
   http://www.websiterepairguy.com/articles/12_re.php
Extreg Open in a new browser window  
   A script that allows to perform search-and-replace operations with extended regular expressions from unix shells.
   http://www.ososo.de/extreg/
JRX Open in a new browser window  
   A simple JavaScript real-time regular expression evaluator, similar to RX tool of Activestate's Komodo IDE.
   http://www.cuneytyilmaz.com/prog/jrx/
Larger Regular Expressions Open in a new browser window  
   The purpose of this article is to show a few real-life examples of regular expressions at work.
   http://zez.org/article/articleview/65/
Regular Expression Usage in C# Open in a new browser window  
   The source code shows how to use Regular Expressions in C#.
   http://www.c-sharpcorner.com/3/RegExpPSD.asp
The Regex Coach Open in a new browser window  
   Graphical application for Linux and Windows which can be used to experiment with (Perl-compatible) regular expressions interactively.
   http://weitz.de/regex-coach/
Stripping HTML Tags using Regular Expressions Open in a new browser window  
   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
Utilizing Regular Expression SubMatches Open in a new browser window  
   This article by Scott Mitchell examines some advanced features with regular expressions.
   http://www.4guysfromrolla.com/webtech/043001-1.shtml
Common Applications of Regular Expressions Open in a new browser window  
   This article by Richard Lowe demonstrates four powerful and practical applications of regular expressions.
   http://www.4guysfromrolla.com/webtech/120400-1.shtml
Matchmaking with regular expressions Open in a new browser window  
   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
VBScript Regular Expressions Open in a new browser window  
   Describes the improved text handling functions of version 5 of VBScript through its support for Regular Expressions.
   http://www.aspalliance.com/brettb/VBScriptRegularExpressions.asp
windows.oreilly.com -- C# Regular Expressions Open in a new browser window  
   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
So What's A $#!%% Regular Expression, Anyway?! Open in a new browser window  
   Learn how to use regular expressions and perform search and replace operations.
   http://www.melonfire.com/community/columns/trog/article.php?id=2
Regular expressions in Haskell Open in a new browser window  
   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/
Validating Form Input using Regular Expressions Open in a new browser window  
   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
Power REGex TESTER Open in a new browser window  
   An online tool for creating and testing regular expressions.
   http://koralsoft.dir.bg/venimus/index.htm
Regular Expression Builder Open in a new browser window  
   An open source tool written in C# to build and test regular expressions.
   http://renschler.net/regexbuilder/
Regular Expression Tester Open in a new browser window  
   Uses browser's JavaScript to show matches and subgroups, and highlights match in the input string.
   http://www.roblocher.com/technotes/regexp.aspx
RegexBuddy Open in a new browser window  
   Tool for creating, debug, implement and save regular expressions for Windows and Linux. [Commercial]
   http://www.regexbuddy.com
KRegExpEditor - Manual Open in a new browser window  
   A Manual describing the KDE Application for editing regular expressions.
   http://docs.kde.org/en/3.2/kdeutils/KRegExpEditor/
Geek Talk: The Regular Expression Rundown Open in a new browser window  
   What is a "regular expression"? Crispin Roven has the answer. Newbie-oriented. [Wired News]
   http://webmonkey.wired.com/webmonkey/geektalk/97/33/index3a.html

Last Updated: 2004-09-12 14:05:14


Directory Search:  

OR, You can also try your search with one of the following ABC Search Features
ABC Web Search  
ABC Media Search 
ABC Shopping 

Add your website to this category

Keywords and References for this category
Regular Expressions directory, Regular Expressions websites, Regular Expressions related info, Regular Expressions resources, Regular Expressions information, Regular Expressions links, Regular Expressions search, Regular Expressions category, Regular Expressions online.



Copyright © 1996-2005 ABC.NET Search Portal!