Categories


1

C# Regular Expressions

Raiting 5.00

This easy to learn tutorial deals with regular expression in C#. The author gives description about classes of System.Text.RegularExpression, which helps in matching and replacing the strings.

Cost: Free

Examining New String Properties - Part 1

Raiting 5.00

This is a simple tutorial which concentrates on method of parsing string by using string properties like SubString, IndexOf, EndsWith, and StartsWith.

Cost: Free

Formatting with Regular Expressions

Raiting 5.00

This tutorial teaches you the method of formatting the strings with the help of regular expression. From this tutorial you can learn about regular expression pattern matching.

Cost: Free

Regular Expressions and the MatchCollection

Raiting 5.00

It is a tutorial in which the author demonstrates the procedure for utilizing MatchCollection class and the Regex class, which resides on System.Text.RegularExpressions namespace to search a string for using it in regular expression.

Cost: Free

Analyze Source Code With Regular Expressions

Raiting 5.00

This is an useful tutorial for the programmers to process the files and directives. The author gives sample application, which analyses the source code and gives information about elements and comments it have.

Cost: Free

Understanding Regular Expressions

Raiting 5.00

This easy tutorial concentrates on Regular expressions and its basic principles of utilizing it. The author gives details about meta character, which has to be mentioned with in bracket in order to search the particular character.

Cost: Free

Leverage Regular Expressions

Raiting 5.00

It is an easy to understand article in which the author details about regular expression, which helps in searching and replacing a text. The author gives solution for the programmer for the problem that occur while extracting words, datas and numbers.

Cost: Free

Regular Expressions in .NET

Raiting 5.00

Regular Expressions in .NET is an article in which author elaborates about new features of regular expressions. Here the author gives an idea about the process of utilizing these feature in the codings.

Cost: Free

What are Regular Expressions?

Raiting 5.00

This is a tutorial in which the author gives details about basics of regular expression and the method of utilizing it. The author gives details about procedure for utilizing regular expression to perform various operation.

Cost: Free

Syntax

Raiting 5.00

This tutorial offers list of metacharacters that can be used in context of regular expression. The author gives description about each meta character and the process of using it.

Cost: Free

1