Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009
Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home >Search > Articles & Samples > ASP.Net > Regular Expressions


Search:
What's New - What's Hot
Swap images with user interaction in Microsoft Expression Web 2  Version: 0.00     Price: $0.00  
Total Hits: 15  |  Today: 0Author: Minal Agarwal      Rating:  
Read Reviews | Write Review |  Your Rating: 

We have already explored behaviors in my article: Adding Behaviors to page elements in Microsoft Expression Web 2. A behavior is a combination of an event and an action that occurs when a user interacts with the web page or any element of the page. Behaviors in Microsoft Expression Web are time saving scripts that enable you to easily add some common tasks that could be performed by interactivity. With that basic knowledge, now we will see how to swap images by user interaction....

Regular Expressions which are needed in daily coding...     
Total Hits: 265  |  Today: 0Author: JustChiragPatel.      Rating:  
Read Reviews | Write Review |  Your Rating: 

Guys , we all know that regular expressions are very useful for checking any kind of patterns.

So we have to know how to write regular expressions for our patterns. But don't worry here i will provide some but very useful regular expressions which will be useful for our coding....

Simplifed use of Regular Expressions from within your Scripts     
Total Hits: 221  |  Today: 0Author: Uwe Keim.      Rating:  
Read Reviews | Write Review |  Your Rating: 

Knowing the Regular Expression-capabilities and -syntax of Perl, I wanted to have a similar syntax from within my VBScript code. VBScript uses the RegExp object, so I wrapped the calls to the RegExp object inside three function....

Regular Expressions in .NET     
Total Hits: 1888  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

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. The reader of this article should be familiar with what regular expressions are and their base features....

Regular Expression Library -- from ASPSmith.com Training     
Total Hits: 2386  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

The Regular Expression Library that was part of ASPSmith.com now has a new and permanent home at RegXLib.com. As before, you can add, test, search for, and rate regular expressions, which can be a great learning tool and resource, especially if you are using the ASP.NET RegularExpressionValidator control. By the time .NET is released, there should be a plug-in available for VS.NET that will allow you to search for regular expressions from the site, as well....

Experience ASP.NET MVC 3 Beta - New View Helpers Part 1  Version: 0.00     Price: $0.00  
Total Hits: 0  |  Today: 0Author: Xianzhong Zhu      Rating:  
Read Reviews | Write Review |  Your Rating: 

In addition to the introduction of a new view engine Razor, ASP.NET MVC 3 Beta has also introduced numerous new HtmlHelpers, such as Chart, Crypto, WebGrid, WebImage, WebMail, etc. This article aims to introduce the two commonly-used new helper controls – WebGrid and Chart using relevant examples....

War is over now (Microsoft Expression)     
Total Hits: 138  |  Today: 0Author: Ahmed Ramy      Rating:  
Read Reviews | Write Review |  Your Rating: 

When I first saw Microsoft Expression Web Designer Beta, I went through a flash back more than 6 years from now, when I was a junior web developer I had to work tightly with web designers, giving them our asp pages so they can dress it with their fancy designs, most of the time what we got is broken pages and inconsistent html code since i was new to web development my mind was screaming WHY! WHY! WHY!, Why they do this to our work? the answers was obvious they are designers the way they look to...

Formatting with Regular Expressions     
Total Hits: 194  |  Today: 0Author: Scott Mitchell      Rating:  
Read Reviews | Write Review |  Your Rating: 

If you're familiar with regular expressions, you know that they can be used for pattern matching and replacement in strings. (If you are not familiar with regular expressions, you're missing out on a powerful technology that has a myriad of applications. Read An Introduction to Regular Expressions to learn more!) Regular expressions true power lies in its ability to search for certain patterns and replace these patterns. For example, say that you have the contents of an HTML page in a string, an...

Removing HTML Tags and Setting Text Length Using Regular Expressions     
Total Hits: 189  |  Today: 0Author: Oliver Degnan      Rating:  
Read Reviews | Write Review |  Your Rating: 

When offering administrative capabilities through a backend system which enables the user to update their own Web page content, it comes in handy to have a little String Function as demonstrated below...

Stripping HTML Tags using Regular Expressions     
Total Hits: 266  |  Today: 0Author: Scott Mitchell      Rating:  
Read Reviews | Write Review |  Your Rating: 

Have you ever wanted to strip all of the HTML tags from a string? There are many reasons you may want to do this. For example, if you provide a feature on your site where a user can have the contents of a Web page emailed to them, you may wish to strip all of the HTML tags from the particular article for those users whose email client does not support HTML-formatted email.

A previous article on 4Guys by Abd Shomad, Stripping HTML Tags, provided a function that accomplished this task. Howe...

Common Applications of Regular Expressions     
Total Hits: 216  |  Today: 0Author: Richard Lowe      Rating:  
Read Reviews | Write Review |  Your Rating: 

Regular Expressions (for those not yet acquainted with them) provide a way of matching patterns of strings that may be simple or extremely complicated and they do it in a very efficient manner. For an introduction to regular expressions in ASP be sure to read: An Introduction to Regular Expressions in VBScript. (There are also a number of other great beginner-level articles available at the 4Guys Regular Expression Article Index... be sure that you have a fairly good understanding of regular exp...

Introduction to Regular Expressions     
Total Hits: 270  |  Today: 0Author: Microsoft      Rating:  
Read Reviews | Write Review |  Your Rating: 

These thirteen sections introduce the concept of regular expressions and explain how to create and use them in JScript. While each topic stands on its own, it is recommended that you peruse these topics sequentially to develop the best understanding of the material. Many topics rely upon the understanding of a feature or concept that was introduced in a previous topic in the sequence....

Validating Form Input using Regular Expressions     
Total Hits: 711  |  Today: 0Author: aspzone      Rating:  
Read Reviews | Write Review |  Your Rating: 

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 you how to use Regular Expressions to simplify your code....

Regular Expression     
Total Hits: 640  |  Today: 0Author: devhood      Rating:  
Read Reviews | Write Review |  Your Rating: 

Regular exPssions are often used to make sure that a string
matches a certain pattern. For example, that a string looks like a zip code, or phone number, or e-mail address....

Regular Expressions Quickstart     
Total Hits: 379  |  Today: 0Author: Chris Garrett      Rating:  
Read Reviews | Write Review |  Your Rating: 

One of the main uses for regular expressions is validation, for example matching a certain pattern of characters and symbols, such as zip/postal code, telephone number, email address. Searching and replacing can be made a far more reliable process with regular expressions, being able to differentiate between matches within a word and word boundaries, such as treating "Cat" in a different way to the string "Concatenate". Finally screen-scraping is made easier by extracting only the desired inform...

Microsoft Beefs Up VBScript with Regular Expressions     
Total Hits: 904  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

So what are regular expressions? Regular expressions provide tools for developing complex pattern matching and textual search-and-replace algorithms. Ask any Perl, egrep, awk or sed developer, and they'll tell you that regular expressions are one of the most powerful utilities available for manipulating text and data. By creating patterns to match specific strings, a developer has total control over searching, extracting, or replacing data. In short, to master regular expressions is to master yo...

Web Scraping in ASP.NET with Regular Expression Matching and XML Transformation  Version: 0.00     Price: $0.00  
Total Hits: 2  |  Today: 0Author: Song_Gao      Rating:  
Read Reviews | Write Review |  Your Rating: 

Web scraping is a very useful technique when extracting information from websites. Sometimes it's the best or even the only way to achieve your goals. This article demonstrates the structure of an ASP.NET web scraping application. The sample application retrieves Ontario Cabinet Ministers information from Ontario Premier's website and then converts it to a customized layout. The original web page URL is http://www.premier.gov.on.ca/team/default.asp and it looks like this:...

Highly Customizable Data Grids in Expression Blend  Version: 0.00     Price: $0.00  
Total Hits: 8  |  Today: 0Author: Curtis Taylor      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article is in the Product Showcase section for our sponsors at The Code Project. These reviews are intended to provide you with information on products and services that we consider useful and of value to developers.

The premier control of the NetAdvantage® for WPF user interface toolset is definitely the xamDataGridTM. I think this Infragistics® WPF data grid outperforms similar types of controls found elsewhere. Especially as an Microsoft Expression Blend user of these WPF controls...

Regular Expression Validator HtmlHelper for ASP .Net MVC  Version: 0.00     Price: $0.00  
Total Hits: 1  |  Today: 0Author: Shantanu      Rating:  
Read Reviews | Write Review |  Your Rating: 

Sometimes, it is useful to use regular expressions for validations. The Regular Expression Validator HtmlHelper is designed to help developers accomplish this. This Helper is useful if you want to perform server side operations (like fetching the Regular Expression and Error Message from a database or resource files) and want the validation part to be client-side using the JQuery validaton plugin....

ASP.NET Password Strength Regular Expression  Version: 0.00     Price: $0.00  
Total Hits: 0  |  Today: 0Author: Bryian Tan      Rating:  
Read Reviews | Write Review |  Your Rating: 

Shown below is the regular expression for password strength with n number of digits,
upper case, special characters and at least 12 characters in length....


1  2  3  4  Next >> 


Disclaimer - Privacy
© 2002-2012 DevASP.net