Properties of RegExp
Sunday January 11, 2009
Regular Expressions capture a lot of information about your text in a number of properties
When you process a Regular Expression it can not only update the text string that you are processing it against. There are a number of properties associated with Regular Expressions and some of these can be set to change the way the expression is processed while others return information about the processing that was performed and even pieces of the string. The twentieth Regular Expressions tutorial introduces you to these properties and what you can do with them.
Properties of RegExp


Comments
Thank your your guides are great keep up the good work!!