Web Design Tutorials and Articles: Building JavaScript String Regular Expressions

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

Building JavaScript String Regular Expressions

JavaScript String Regular Expressions – Part 6 Introduction This is part 6 of my series, JavaScript String Regular Expressions. Many of the examples we have come across are simple examples. In this section we look at two examples that are more demanding. Before we leave this part of the series, we shall talk about what is called Backtracking. Steps required to build a Regex These are the steps required to build a regex: - Specify the task in detail, - Break down the problem into smaller parts, -... Sign in to see full entry.

Previous: Flags in JavaScript String Regular Expressions - New Entries - Next: Using JavaScript String Regular Expressions

Headlines (What is this?)