Know what regular expressions are? Do you want to learn how to master their use? If you are a
beginner, novice, or expert at regular expressions, you'll find the collection of regular expression articles
and information we have posted here an invaluable resource!
Below are several regular expression articles and resources!
Articles for Those Who are Brand Spankin' New to Regular Expressions
If you've never worked with regular expressions, read the following articles to get your feet wet. I think
you'll find regular expressions are a powerful tool for performing advanced string searching, matching, and
replacing.
- An Introduction to Regular Expressions Using VBScript
- Exploring Regular Expressions
- Regular Expressions FAQs @ ASPFAQs.com
Articles for Those Who are Familiar with Regular Expressions
If you've worked with regular expressions before, or know the theory behind them, these articles will help
broaden your understanding of regular expressions. The true power of regular expressions is revealed in these
articles.
- Formatting with Regular Expressions
- Common Applications of Regular Expressions
- Utilizing Regular Expressions
- Using Regular Expressions to Validate Input
- Removing All HTML Tags from a String using Regular Expressions
- Validating Forms With Regular Expressions
- Picking Out Delimited Text with Regular Expressions
- Converting URLs into Hyperlinks
- Stripping HTML Tags Using Regular Expressions
- Utilizing Regular Expression SubMatches
- A 'Print This Page' Script Using the MS-XMLHTTP object and Regular Expressions
- Translating from a Custom Markup to HTML using Regular Expressions
- Regular Expressions Repository
Microsoft's Documentation on Regular Expressions
With version 5.0 of their scripting engines, Microsoft included regular expression support in the form of a
light-weight COM object. Therefore, to utilize regular expressions you must have version 5.0 or greater of the
scripting languages installed on your Web server. You can determine the version of your server-side scripting
language by using the code presented at: Determining the Server-Side Scripting
Language and Version.
- Introduction to Regular Expressions
- Regular Expression Object Technical Docs
- Regular Expressions in VBScript
- Introducing Regular Expressions in VB
Questions, Anyone?
If you have regular expression questions you can ask them on-line at:
- The Regular Expressions forum at
the ASP Messageboard
Regular Expressions are a neat way to perform powerful string matching and replacing. I find them invaluable in a number of situations. I hope you find these articles interesting and informing. If you'd like to suggest an article to be added here, please let me know!
Happy Programming!