Regular Expressions explained (Popularity: )
(Score: 25.40)
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 ...
Category:
Main\Computers\Programming\Languages\Regular Expressions
|
Seeing With C - Regular Expressions (Popularity: )
(Score: 21.25)
A writeup on regular expressions connecting the math. and the CS views to regular expressions.
Category:
Main\Computers\Programming\Languages\Regular Expressions
|
windows.oreilly.com -- C# Regular Expressions (Popularity: )
(Score: 19.74)
Brad Merrill, coauthor of O'Reilly's C# Essentials, provides an overview of how regular expressions are used in the C# environment.
Category:
Main\Computers\Programming\Languages\Regular Expressions
|
Larger Regular Expressions (Popularity: )
(Score: 19.72)
The purpose of this article is to show a few real-life examples of regular expressions at work.
Category:
Main\Computers\Programming\Languages\Regular Expressions
|
Matchmaking with regular expressions (Popularity: )
(Score: 19.66)
Shows how to use the power of regular expressions to ease text parsing and processing.
Category:
Main\Computers\Programming\Languages\Regular Expressions
|
PCRE - Perl Compatible Regular Expressions (Popularity: )
(Score: 19.55)
A C library for matching regular expressions with Perl 5 syntax and semantics. PCRE has its own native API, as well as a set of wrapper functions that correspond to the POSIX regular expression API.
Category:
Main\Computers\Programming\Languages\Regular Expressions
|
Simplifed use of Regular Expressions from within your Scripts (Popularity: )
(Score: 19.55)
A small library to make working with Regular Expressions a little bit easier. Free source code and tutorials for Windows developers.
Category:
Main\Computers\Programming\Languages\Regular Expressions
|
Regular Expressions: An Introduction (Popularity: )
(Score: 19.34)
An essential guide to one of the most useful tools in the web development: regular expressions.
Category:
Main\Computers\Programming\Languages\Regular Expressions
|
Regular Expressions Library (Popularity: )
(Score: 19.02)
A collection of regular expressions submitted by viewers.
Category:
Main\Computers\Programming\Languages\Regular Expressions
|
Jakarta ORO (Popularity: )
(Score: 19.02)
A set of text-processing classes that provide Perl5 compatible regular expressions, AWK-like regular expressions, glob expressions, and utility classes for performing substitutions, splits, and filtering filenames. This library is the open source successor ...
Category:
Main\Computers\Programming\Languages\Regular Expressions
|
Jakarta ORO (Popularity: )
(Score: 19.02)
A set of text-processing classes that provide Perl5 compatible regular expressions, AWK-like regular expressions, glob expressions, and utility classes for performing substitutions, splits, and filtering filenames. This library is the open source successor ...
Category:
Main\Computers\Programming\Languages\Java
|
Common Applications of Regular Expressions (Popularity: )
(Score: 18.59)
This article by Richard Lowe demonstrates four powerful and practical applications of regular expressions.
Category:
Main\Computers\Programming\Languages\Regular Expressions
|
VBScript Regular Expressions (Popularity: )
(Score: 18.59)
Describes the improved text handling functions of version 5 of VBScript through its support for Regular Expressions.
Category:
Main\Computers\Programming\Languages\Regular Expressions
|
Regular expressions in Haskell (Popularity: )
(Score: 18.59)
Native Haskell implementation of polymorphic regular expressions. The regexps contains most of the features found in Perl.
Category:
Main\Computers\Programming\Languages\Regular Expressions
|
Regular expressions in Haskell (Popularity: )
(Score: 18.59)
Native Haskell implementation of polymorphic regular expressions. The regexps contains most of the features found in Perl.
Category:
Main\Computers\Programming\Languages\Haskell
|
Regular Expressions Quickstart (Popularity: )
(Score: 18.54)
An article about regular expressions in ASP pages.
Category:
Main\Computers\Programming\Languages\Regular Expressions
|
TCL Regular Expressions (Popularity: )
(Score: 18.54)
An Introduction to Regular Expressions in the scripting language TCL.
Category:
Main\Computers\Programming\Languages\Regular Expressions
|
Java Regular Expressions (Popularity: )
(Score: 18.43)
Provides a package to perform Regular Expressions in Java. Documentation and download including source.
Category:
Main\Computers\Programming\Languages\Regular Expressions
|
Regular Expressions - Single Unix Specification (Popularity: )
(Score: 18.20)
Specification for regular expressions -- massive document, somewhat technical.
Category:
Main\Computers\Programming\Languages\Regular Expressions
|
Validating Form Input using Regular Expressions (Popularity: )
(Score: 18.02)
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.
Category:
Main\Computers\Programming\Languages\Regular Expressions
|
A 'Print This Page' Script Using the MS-XMLHTTP object and Regular Expressions (Popularity: )
(Score: 18.02)
This article, by Troy Eberhard, examines how to create a Printer Friendly Page using Microsoft's XMLHTTP component along with regular expressions.
Category:
Main\Computers\Programming\Languages\Regular Expressions
|
JDK 1.4 Supports Regular Expressions (Popularity: )
(Score: 18.02)
Regular expressions are a useful programming tool. The fact that Java now natively supports them simplifies many programming tasks that used to require cumbersome code. A description of the new features on earthweb.com.
Category:
Main\Computers\Programming\Languages\Regular Expressions
|
RE Tool (Popularity: )
(Score: 17.87)
Java based cross platform tool to learn Regular Expressions by "Trial & Error". Comes with Regular Expressions reference.
Category:
Main\Computers\Programming\Languages\Regular Expressions
|
Stripping HTML Tags using Regular Expressions (Popularity: )
(Score: 17.75)
This article, by Scott Mitchell examines how to strip HTML tags from a string using regular expressions.
Category:
Main\Computers\Programming\Languages\Regular Expressions
|
Java Simple Regular Expresions (Popularity: )
(Score: 16.82)
Applets reads simple regular expressions and builds a state machine that recognizes regular expression. Provided source code is appropriate for educational purposes.
Category:
Main\Computers\Programming\Languages\Java
|
Java Simple Regular Expresions (Popularity: )
(Score: 16.82)
Applets reads simple regular expressions and builds a state machine that recognizes regular expression. Provided source code is appropriate for educational purposes.
Category:
Main\Computers\Programming\Languages\Regular Expressions
|
Regular Expressions HOWTO The Basics of REReplace REFind (Popularity: )
(Score: 16.67)
By Pete Freitag. The basics of using regular expressions with ColdFusion's REFind, and REReplace functions.
Category:
Main\Computers\Programming\Languages\Regular Expressions
|
Using Regular Expressions (Popularity: )
(Score: 16.42)
Good overview of regular expression operators, although some features described might not be available in your implementation.
Category:
Main\Computers\Programming\Languages\Regular Expressions
|
An Introduction to Regular Expression with VBScript (Popularity: )
(Score: 16.42)
Articles in two parts about using Regular Expressions with VCScript.
Category:
Main\Computers\Programming\Languages\Regular Expressions
|
Regular Expression HOWTO (Popularity: )
(Score: 16.42)
How to use regular expressions in Python with the re module, a gentle introduction.
Category:
Main\Computers\Programming\Languages\Python
|
So What's A $#!%% Regular Expression, Anyway?! (Popularity: )
(Score: 16.42)
Learn how to use regular expressions and perform search and replace operations.
Category:
Main\Computers\Programming\Languages\Regular Expressions
|
Regular Expression Usage in C# (Popularity: )
(Score: 16.41)
The source code shows how to use Regular Expressions in C#.
Category:
Main\Computers\Programming\Languages\Regular Expressions
|
GNU awk User's Guide - Regular Expressions (Popularity: )
(Score: 16.41)
Documentation of the Regular Expression syntax used in GNU Awk.
Category:
Main\Computers\Programming\Languages\Regular Expressions
|
RegExplorer (Popularity: )
(Score: 16.39)
A visual regular expression explorer, it allows for writing regular expressions and visually see the matches.
Category:
Main\Computers\Software\Operating Systems\Graphic Subsystems
|
Mastering Regular Expressions (Popularity: )
(Score: 16.34)
Author Jeffrey Friedl leads you through the steps of crafting a regular expression that gets the job done.
Category:
Main\Business\Publishing and Printing\Publishing\Books
|
Regular Expression Builder (Popularity: )
(Score: 16.34)
An open source tool written in C# to build and test regular expressions.
Category:
Main\Computers\Programming\Languages\Regular Expressions
|
The Regular Expression Rundown (Popularity: )
(Score: 16.34)
A short description of Regular Expressions.
Category:
Main\Computers\Programming\Languages\Regular Expressions
|
Utilizing Regular Expression SubMatches (Popularity: )
(Score: 16.27)
This article by Scott Mitchell examines some advanced features with regular expressions.
Category:
Main\Computers\Programming\Languages\Regular Expressions
|
PHP and Regular Expressions 101 (WebReference) (Popularity: )
(Score: 16.27)
This tutorial steps through the POSIX-compliant regular expression functions in PHP in a straightforward manner.
Category:
Main\Computers\Programming\Languages\PHP
|
RegExplorer (Popularity: )
(Score: 16.18)
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]
Category:
Main\Computers\Programming\Languages\Regular Expressions
|