JavaScript – Regular Expressions

Regular Expressions

Prerequisites

Knowledge of JavaScript and html – all available at COP 4813 Lectures

Summary

Topics covered:

Basics of regular expressions

Video

 

Reference Materials

This is a nice little tool to help you with Regular Expressions – http://www.regexr.com/

Additional Information

Here is a very good article to lead you through regular expressions (in depth)

Part 1 – http://james.padolsey.com/javascript/regular-expressions-in-javascript/

Part 2 – http://james.padolsey.com/javascript/regular-expressions-in-javascript-part-2/

Nice simple blog explaining the basics – http://net.tutsplus.com/tutorials/other/8-regular-expressions-you-should-know/

COP 4813 Lectures