Add your Web Site - Languages - Regular Expressions Add Search to your Site

Search for:
Results per page: Output format: Match: Pages from:
 
 C and C++ (11)
 Perl (10)
 FAQs, Help, and Tutorials (19)
 Research Papers (8)
 Java (12)
 
 
 
 Show pages from IntraNet   Show all pages
 DIRECTORY/Computers/Programming/Languages/Regular Expressions (99)
i012 Reasons to Use Regular Expressions - http://www.websiterepairguy.com/articles/re/12_re.html - An article that gives 12 reasons for learning and using Regular Expressions.
 
i0A 'Print This Page' Script Using the MS-XMLHTTP object and Regular Expressions - http://www.4guysfromrolla.com/webtech/052701-1.shtml - This article, by Troy Eberhard, examines how to create a Printer Friendly Page using Microsoft's XMLHTTP component along with regular expressions.
 
i0An Introduction to Regular Expression with VBScript - http://www.4guysfromrolla.com/webtech/090199-1.shtml - Articles in two parts about using Regular Expressions with VCScript.
 
i0Common Applications of Regular Expressions - http://www.4guysfromrolla.com/webtech/120400-1.shtml - This article by Richard Lowe demonstrates four powerful and practical applications of regular expressions.
 
i0Data mining for reguar expressions. - http://www.txt2re.com/ - A tool that allows programmers to generate a working program in a variety of languages that extracts data mined regular expressions from strings.
 
i0Extreg - http://www.ososo.de/extreg/ - A script that allows to perform search-and-replace operations with extended regular expressions from unix shells.
 
i0JRX - http://www.cuneytyilmaz.com/prog/jrx/ - A simple JavaScript real-time regular expression evaluator, similar to RX tool of Activestate's Komodo IDE.
 
i0Larger Regular Expressions - http://zez.org/article/articleview/65/ - The purpose of this article is to show a few real-life examples of regular expressions at work.
 
i0Matchmaking with regular expressions - http://www.javaworld.com/javaworld/jw-07-2001/jw-0713-regex.html - Shows how to use the power of regular expressions to ease text parsing and processing.
 
i0PCRE Workbench - http://www.renatomancuso.com/software/pcreworkbench/pcreworkbench.htm - Graphical application for Windows which can be used to experiment with Perl-compatible regular expressions interactively.
 
i0PCRE Wrapper for Delphi 7 - http://www.renatomancuso.com/software/dpcre/dpcre.htm - Provides Wrapper classes that provide PCRE for Delphi.
 
i0Power REGex TESTER - http://www.regextester.com/ - An online tool for creating and testing regular expressions.
 
i0Programmer's Heaven Regex Area - http://www.programmersheaven.com/2/Regex - Contains a beginners regex tutorial and guides for using regexes in various languages, including Perl, Java, .Net and Javascript. Also has a web-based regex testing tool and regex library.
 
i0RegEx Tester - http://www.quanetic.com/regex.php - Online regular expression tester for preg (Perl) and ereg (POSIX) formats.
 
i0RegExplorer - http://regexplorer.sourceforge.net/ - 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]
 
i0RegExpr for VB & VBA - http://www.aivosto.com/regexpr.html - Regular expression library for Visual Basic and Visual Basic for Applications.
 
i0Regex Suite - http://old.scriptmeridian.org/projects/regex/ - Brings the power of regular expression searching and replacing to Frontier 5. [GPL]
 
i0RegexBuddy - http://www.regexbuddy.com - Tool for creating, debug, implement and save regular expressions for Windows and Linux. [Commercial]
 
i0RegexPal - http://regexpal.com/ - JavaScript regular expression tester with real-time regex syntax and match highlighting.
 
i0Regular Expression Analyzer - http://regexp.resource.googlepages.com/analyzer.html - An online utility that helps analyzing regular expression structure.
 
i0Regular Expression Builder - http://renschler.net/RegexBuilder/ - An open source tool written in C# to build and test regular expressions.
 
i0Regular Expression Tester - http://www.roblocher.com/technotes/regexp.aspx - Uses browser's JavaScript to show matches and subgroups, and highlights match in the input string.
 
i0Regular Expression Usage in C# - http://www.c-sharpcorner.com/UploadFile/prasad_1/RegExpPSD12062005021717AM/RegExpPSD.aspx - The source code shows how to use Regular Expressions in C#.
 
i0Regular Expressions - http://www.cs.rochester.edu/u/nelson/courses/csc_173/fa/re.html - Describes Regular Expressions and compares them to Finite Automatas.
 
i0Regular Expressions Library - http://www.regexlib.com/ - A collection of regular expressions submitted by viewers.
 
i0Regular Expressions explained - http://zez.org/article/articleview/11/ - 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.
 
i0Regular expressions in Haskell - http://www.dcs.gla.ac.uk/~meurig/regexp/ - Native Haskell implementation of polymorphic regular expressions. The regexps contains most of the features found in Perl.
 
i0Simplifed use of Regular Expressions from within your Scripts - http://www.codeproject.com/KB/asp/easyrx.aspx - A small library to make working with Regular Expressions a little bit easier. Free source code and tutorials for Windows developers.
 
i0So What's A $#!%% Regular Expression, Anyway?! - http://www.melonfire.com/community/columns/trog/article.php?id=2 - Learn how to use regular expressions and perform search and replace operations.
 
i0Stripping HTML Tags using Regular Expressions - http://www.4guysfromrolla.com/webtech/042501-1.shtml - This article, by Scott Mitchell examines how to strip HTML tags from a string using regular expressions.
 
i0TCL Regular Expressions - http://www2.lib.uchicago.edu/~keith//tcl-course/topics/regexp.html - An Introduction to Regular Expressions in the scripting language TCL.
 
i0TRegExpr - http://www.regexpstudio.com/TRegExpr/TRegExpr.html - 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]
 
i0The Regex Coach - http://weitz.de/regex-coach/ - Graphical application for Linux and Windows which can be used to experiment with (Perl-compatible) regular expressions interactively.
 
i0Utilizing Regular Expression SubMatches - http://www.4guysfromrolla.com/webtech/043001-1.shtml - This article by Scott Mitchell examines some advanced features with regular expressions.
 
i0Utilizing Regular Expressions - http://www.4guysfromrolla.com/webtech/031500-1.shtml - 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.
 
i0VBScript Regular Expressions - http://authors.aspalliance.com/brettb/VBScriptRegularExpressions.asp - Describes the improved text handling functions of version 5 of VBScript through its support for Regular Expressions.
 
i0Validating Form Input using Regular Expressions - http://aspzone.com/blogs/john/articles/173.aspx - 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.
 
i0Visual RegExp - http://laurent.riesterer.free.fr/regexp/ - A graphical explorer for your regular expressions. Requires Tcl/Tk 8.x.
 
i0windows.oreilly.com -- C# Regular Expressions - http://www.windowsdevcenter.com/pub/a/oreilly/windows/news/csharp_0101.html - Brad Merrill, coauthor of O'Reilly's C# Essentials, provides an overview of how regular expressions are used in the C# environment.
 
 E-Mail: webmaster@teradex.com Copyright © 2007 Aaex Corp. all rights reserved.
   
Help build the largest human-edited directory on the web.
Submit a Site - Open Directory Project - Become an Editor
This site is presented in modified Open Directory form