Wednesday, October 22, 2008

New Transact SQL Video Tutorial: Part 5 - Email Address Validatio n Regular Expression

Part 5 - Email Address Validation Regular Expression - view details
In this fifth video in the series, your instructor will detail about validating email addresses, another way to match patterns. This is a perfect time to consider using regular expressions as it's a method that will build upon the regex syntax you've previously learned.

Highlights from this video:
  • Defining new syntax elements
    • " [ ] " - brackets characters
    • " + " - plus character
    • " @ " - AT character
    • " { } " -curly brackets characters
    • " $ " -dollar sign character
  • Working with and defining quantifiers
  • Terminating your regex strings
and much more


To download this video, log in, then visit the video's detail page and click "download". This is a subscriber-only video so a subscription is required.

Note: You must have the TSCC codec installed to view this video


Keywords Associated with this video: regular expressions, regex, expression, language, text, script, string,