T4GG.com
Home | Browse | RSS

» Learn Regular Expression syntax with C# and .NET - 386 days ago (radsoftware.com.au)

This article introduces you to the Regular Expression syntax. After learning the syntax for Regular Expressions you can use it many different languages as the syntax is fairly similar between languages.

browse: c#, net, regex, regular expressions

» Perl Regular Expressions - 386 days ago (networking.ringofsaturn.com)

This simple tutorial presents users with a simple and easy to follow introduction guide to working regular expressions in Perl.

browse: perl, regex, regular expressions

» REGex TESTER - 649 days ago (regextester.com)

This site allows you to do a regex test, i.e. it utilizes JavaScript (AJAX) to instantly validate regular expressions (regex), by searching and replacing strings in a text based on the regular expression. The result is live, it is updated instantly while you type, without any submission of forms and extra clicking, thus allowing fast and easy edit of regular expressions, having a constant clue what they exactly do.

browse: regex, regular expressions, tester

» Learning to Use Regular Expressions - 903 days ago (gnosis.cx)

This tutorial is aimed at users and programmers who have begun to work with tools that use regular expressions, but who are not quite comfortable with the intricacies of them. Even users who may have used regular expressions in the past, but have forgotten some of the details can benefit from this as a refresher.

browse: pattern matching, regex, regular expressions, tutorials

» Regular Expression HOWTO - 903 days ago (amk.ca)

This document is an introductory tutorial to using regular expressions in Python with the re module.

browse: pattern matching, regex, regular expressions, tutorials

» How .NET Regular Expressions Really Work - 105 days ago (moserware.com)

Weighing in around 14,000 lines of code, .NET's regular expression engine takes awhile to digest. This article provides an excellent walkthrough to this engine with the real world source code examples.

browse: .net, regex, regular expressions

» Regular Expression Basics - 131 days ago (evolt.org)

Regular expressions are a powerful tool to keep in your web belt. They can appear daunting, but by learning a few simple rules, you can save yourself from hours of time doing manual find-and-replaces the slow, boring way. This article teaches the basics with simple and easy to follow examples.

browse: metacharacters, pattern matching, regex, regular expressions, tutorials

» Regular Expressions explained - 146 days ago (zez.org)

Excellent tutorial(with examples) explaining the design methods and usage of regular expressions with a specific focus on the following key concepts: Quantifiers, Assertions, Sequences, Groups and alternation. This is must read for the developer seeking to utilise the full potential of regular expressions.

browse: regular expressions, tutorial

» Regular Expression Library - 146 days ago (regexlib.com)

Regular Expression Library provides a searchable database of regular expressions. Users can add, edit, rate, and test regular expressions.

browse: regular expressions

» Regular Expression Matching in XSLT 2 - 146 days ago (xml.com)

This tutorial explains how to use regular expressions in XSLT as well as some of the nuances related to its specific implementation. For instance the use of curly braces, back slashes and so forth. A great read for the savy xml/xslt developer or even the .NET developer using complex XSLT's containing .NET controls that use regular expression validation.

browse: regular expressions, tutorial, xslt

T4GG.com - coded in less then 1000 lines or it's free!