
September 24th, 2009, 08:00 AM
|
|
Utility Bot
|
|
Join Date: Feb 2004
Posts: 1,224
Time spent in forums: < 1 sec
Reputation Power: 8
|
|
|
JavaScript String Regular Expressions
The regular expression object in JavaScript has the test() and exec() methods for regular expression problems. This object is called RegExp. The JavaScript String object has the match(), search(), replace() and split() methods for regular expression problems. The string object methods are actually better and easier to apply than the RegExp object methods. This two-part series takes a look at what you can do with them.
Read the full article here: JavaScript String Regular Expressions
For more discussion go here: Blog Article Discussion
|