Web Design Tutorials and Articles: JavaScript String Regular Expression Patterns

By Chrysanthus - About Me - E-mail this page - Add to My Favorites - Add to Blog List - See other blogs in Computers & Internet

Wednesday, April 8, 2009

JavaScript String Regular Expression Patterns

JavaScript String Regular Expressions – Part 2 Introduction This is the second part of my series, JavaScript String Regular Expressions. In this part of the series, we start analyzing patterns in JavaScript Regular Expressions. Character Classes The Square Brackets A character class allows a set of possible characters, where one of them would match at a particular point, a character, in the subject string. Character classes are denoted by brackets [...], with the set (class) of characters to be... Sign in to see full entry.

Previous: Introduction to JavaScript String Regular Expressions - New Entries - Next: More JavaScript String Regular Expression Patterns

Headlines (What is this?)