Hits Today: 1 Total: 5766 | Updated: 2/21/2001 | |
 | In this article, I'll provide a quick overview of the classes and methods of the System.Text.RegularExpression assembly, some examples of matching and replacing strings... Author: Brad Merrill Code: ASP.NET Beta 1 & C# |
Hits Today: 1 Total: 6305 | Updated: 7/16/2002 | |
 | This article from 4GuysFromRolla.com explains how to use Regular Expressions using vbscript and VB.NET. Author: Scott Mitchell Code: ASP.NET v1.0 & VB |
Hits Today: 1 Total: 3609 | Updated: 4/25/2003 | |
 | When searching a string or data for a regular expression you can use the MatchCollection class and the Regex class from the System.Text.RegularExpressions namespace to easily identify and iterate through data in your application for various tasks. Author: SuperDotNet Webmaster Code: ASP.NET v1.0 & C# | |  | |
Hits Today: 1 Total: 5095 | Updated: 11/15/2002 | |
 | his tutorial is not meant to be an exhaustive one, but merely a 'look' at some of the syntax used in Regular Expressions, so that it will not look quite so 'foreign' to you, the next time you see them in ASP.Net Author: David Wier Code: ASP.NET v1.0 & VB |
Hits Today: 1 Total: 2432 | Updated: 5/23/2003 | |
 | Use .NET regular expressions to simplify and optimize your text-processing applications. Regular expressions provide a simple and efficient way—far beyond the capabilities most conventional programming languages offer—to search and replace text... Author: Francesco Balena Code: ASP.NET v1.0 & VB |
Hits Today: 1 Total: 2192 | Updated: 7/27/2002 | |
 | When you examine the code, you will learn how to process files and directories. This code finds and processes all the C# source files. You will also see how to construct regular expressions to find different types of source lines in the code... Author: Bill Wagner Code: ASP.NET v1.0 & VB |
Hits Today: 2 Total: 3610 | Updated: 6/5/2003 | |
 | The purpose of this article is to build upon the existing pool of regular expression articles by providing an overview of the new regular expression features found in .NET and to offer some guidelines as to when and how to use them. Author: Darren Neimke Code: ASP.NET v1.0 & VB | |  | |
Hits Today: 2 Total: 34 | Updated: 11/1/2007 | |
 | Regular Expressions are commonly used for one specific purpose:to locate substrings within a large strings expressions. Regular Expressions is not a new technology and is originated from UNIX environment and made popular with Perl Programming language. Author: Handy Chang Code: ASP.NET v2.0 & C# |
Hits Today: 1 Total: 3207 | Updated: 7/23/2002 | |
 | We programmed a masked textbox control with C# that will convert the mask into a regular expression for each character in the field. It is designed to accept a user defined mask or a regular expression that defines each character in the field. Author: Michael J. Bullard Code: ASP.NET v1.0 & C# |
|