Web Design Tutorials and Articles: Flags in 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

Flags in JavaScript String Regular Expressions

JavaScript String Regular Expressions – Part 5 Introduction This is part 5 of my series JavaScript String Regular Expressions. Matching is case sensitive. You may not know if what you are looking for is in lower case or upper case or has mixed cases. It is possible for you to make a case insensitive match. You need what is called a flag for this. There are a good number of flags and each has its own purpose. We shall learn some of them in this part of the series. In this part of the series, we... Sign in to see full entry.

Previous: Grouping in JavaScript String Regular Expressions - New Entries - Next: Building JavaScript String Regular Expressions

Headlines (What is this?)