Home Set as Homepage Add to Favorite Contact
           05 July, 2009
 
search for
 
 
 
egories
Arts »
Business »
Computers »
Education »
Entertainment »
Health »
Home »
Kids and Teens »
News »
Recreation »
Reference »
Science »
Shopping »
Society »
Sports »


New Addition
Industrial Pipes Manufacturer
Silencer Manufacturer, Suppliers in india
Thai Massage School
South Shore Sea Burials
Fascial Kinetics A Bowen Therapy
Drug Side Effects & Clinical Trials
Multi Level Marketing Services
Surrey Invisalign CEREC Zoom Dentistry - Southridge Dental Clinic
Pipe Fittings Exporter India
Mobile Application Development
Attorney Maurice Lasry
Cheap Flights Florida
Atlanta Lease Purchase
Cheque Book Loans – Cheque Loans
Memory Foam Topper
Gas Leak Detection Systems
Forex Trading for a Good Living
Fuel Cells
Industrial Fabric Manufacturing
Pranic Healing Center


    
rename using regular expressions
Related: Expressions - Expressions Factory - Axtell Expressions - Indigenous Expressions - Idiomatic Expressions

Sponsored Links:

Regular Expressions explained (Popularity: ) (Score: 25.37)
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 ...
Category:   Main\Computers\Programming\Languages\Regular Expressions

Seeing With C - Regular Expressions (Popularity: ) (Score: 21.22)
http://www.seeingwithc.org/topic7html.html
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.71)
http://windows.oreilly.com/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.
Category:   Main\Computers\Programming\Languages\Regular Expressions

Larger Regular Expressions (Popularity: ) (Score: 19.70)
http://zez.org/article/articleview/65/
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.64)
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.
Category:   Main\Computers\Programming\Languages\Regular Expressions

PCRE - Perl Compatible Regular Expressions (Popularity: ) (Score: 19.53)
http://www.pcre.org/
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.52)
http://www.codeproject.com/asp/easyrx.asp
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

Jakarta ORO (Popularity: ) (Score: 19.00)
http://jakarta.apache.org/oro/
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.00)
http://jakarta.apache.org/oro/
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

Regular Expressions Library (Popularity: ) (Score: 19.00)
http://www.regxlib.com/
A collection of regular expressions submitted by viewers.
Category:   Main\Computers\Programming\Languages\Regular Expressions

Common Applications of Regular Expressions (Popularity: ) (Score: 18.57)
http://www.4guysfromrolla.com/webtech/120400-1.shtml
This article by Richard Lowe demonstrates four powerful and practical applications of regular expressions.
Category:   Main\Computers\Programming\Languages\Regular Expressions

Regular expressions in Haskell (Popularity: ) (Score: 18.57)
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.
Category:   Main\Computers\Programming\Languages\Haskell

VBScript Regular Expressions (Popularity: ) (Score: 18.57)
http://www.aspalliance.com/brettb/VBScriptRegularExpressions.asp
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.57)
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.
Category:   Main\Computers\Programming\Languages\Regular Expressions

TCL Regular Expressions (Popularity: ) (Score: 18.51)
http://www.lib.uchicago.edu/keith/tcl-course/topics/regexp.html
An Introduction to Regular Expressions in the scripting language TCL.
Category:   Main\Computers\Programming\Languages\Regular Expressions

Java Regular Expressions (Popularity: ) (Score: 18.41)
http://www.crocodile.org/~sts/Rex/
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.18)
http://www.opengroup.org/onlinepubs/7908799/xbd/re.html
Specification for regular expressions -- massive document, somewhat technical.
Category:   Main\Computers\Programming\Languages\Regular Expressions

JDK 1.4 Supports Regular Expressions (Popularity: ) (Score: 18.00)
http://www.developer.com/java/article.php/908271
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

A 'Print This Page' Script Using the MS-XMLHTTP object and Regular Expressions (Popularity: ) (Score: 18.00)
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.
Category:   Main\Computers\Programming\Languages\Regular Expressions

Stripping HTML Tags using Regular Expressions (Popularity: ) (Score: 17.73)
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.
Category:   Main\Computers\Programming\Languages\Regular Expressions

Java Simple Regular Expresions (Popularity: ) (Score: 16.80)
http://www.oursland.net/projects/regexp/
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.80)
http://www.oursland.net/projects/regexp/
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.66)
http://www.cfdev.com/resources/discussion/messages.cfm/id/1036
By Pete Freitag. The basics of using regular expressions with ColdFusion's REFind, and REReplace functions.
Category:   Main\Computers\Programming\Languages\Regular Expressions

An Introduction to Regular Expression with VBScript (Popularity: ) (Score: 16.40)
http://www.4guysfromrolla.com/webtech/090199-1.shtml
Articles in two parts about using Regular Expressions with VCScript.
Category:   Main\Computers\Programming\Languages\Regular Expressions

Using Regular Expressions (Popularity: ) (Score: 16.40)
http://www.landings.com/_landings/pages/regex.html
Good overview of regular expression operators, although some features described might not be available in your implementation.
Category:   Main\Computers\Programming\Languages\Regular Expressions

Regular Expression HOWTO (Popularity: ) (Score: 16.40)
http://www.amk.ca/python/howto/regex/regex.html
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.40)
http://www.melonfire.com/community/columns/trog/article.php?id=2
Learn how to use regular expressions and perform search and replace operations.
Category:   Main\Computers\Programming\Languages\Regular Expressions

GNU awk User's Guide - Regular Expressions (Popularity: ) (Score: 16.38)
http://www.gnu.org/software/gawk/manual/html_node/Regexp.html
Documentation of the Regular Expression syntax used in GNU Awk.
Category:   Main\Computers\Programming\Languages\Regular Expressions

RegExplorer (Popularity: ) (Score: 16.37)
http://regexplorer.sourceforge.net/
A visual regular expression explorer, it allows for writing regular expressions and visually see the matches.
Category:   Main\Computers\Software\Operating Systems\Graphic Subsystems

Regular Expression Builder (Popularity: ) (Score: 16.32)
http://renschler.net/regexbuilder/
An open source tool written in C# to build and test regular expressions.
Category:   Main\Computers\Programming\Languages\Regular Expressions

Mastering Regular Expressions (Popularity: ) (Score: 16.32)
http://www.oreilly.com/catalog/regex/
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

PHP and Regular Expressions 101 (WebReference) (Popularity: ) (Score: 16.25)
http://www.webreference.com/programming/php/regexps/
This tutorial steps through the POSIX-compliant regular expression functions in PHP in a straightforward manner.
Category:   Main\Computers\Programming\Languages\PHP

Utilizing Regular Expression SubMatches (Popularity: ) (Score: 16.25)
http://www.4guysfromrolla.com/webtech/043001-1.shtml
This article by Scott Mitchell examines some advanced features with regular expressions.
Category:   Main\Computers\Programming\Languages\Regular Expressions

RegExplorer (Popularity: ) (Score: 16.16)
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]
Category:   Main\Computers\Programming\Languages\Regular Expressions

MSDN .NET Regular expressions (Popularity: ) (Score: 15.73)
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/cpconRegularExpressionsLanguageElements.asp
MSDN documentation on .NET regular expressions.
Category:   Main\Computers\Programming\Languages\Regular Expressions

Utilizing Regular Expressions (Popularity: ) (Score: 15.62)
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.
Category:   Main\Computers\Programming\Languages\Regular Expressions

Regular Expression HOWTO (Popularity: ) (Score: 15.33)
http://www.amk.ca/python/howto/regex/regex.html
Detailed HowTo documentation about regular expressions usage in combination with the Phyton programming/scripting language.
Category:   Main\Computers\Programming\Languages\Regular Expressions

Posix Basic Regular Expression (Popularity: ) (Score: 15.22)
http://chaos4.phy.ohiou.edu/~thomas/ref/info/rx/Top.html
A description of both basic Posix Regular Expression syntax, the programming interface and some advanced features that are provided in the implementation of POSIX.2 regular expressions in the GNU C Library.
Category:   Main\Computers\Programming\Languages\Regular Expressions

Regular Expressions Tutorial (Popularity: ) (Score: 15.12)
http://www.regular-expressions.info/
A tutorial and reference for many popular regular expression flavors used by programming languages like Perl, PHP, Java, C# and VB.NET as well as a description of general tools like PowerGREP and EditPad.
Category:   Main\Computers\Programming\Languages\Regular Expressions

dk.brics.automaton (Popularity: ) (Score: 15.05)
http://www.brics.dk/~amoeller/automaton/
Finite-state automata and regular expressions for Java. The package contains a DFA/NFA implementation with Unicode alphabet and support for all standard regular expression operations, like concatenation, union, intersection, complement, Kleene star.
Category:   Main\Computers\Programming\Languages\Regular Expressions

 
 
Home | Top | Set as Homepage | Bookmark this Page | Privacy | Contact | Submit URL
© 2003-2008, ABC-Directory.Com. All Rights Reserved