Wednesday, June 18, 2008

Regular Expressions in JavaScript


Regular Expressions can be used in the following JavaScript String Methods.

  1. string.match()
  2. string.search()
  3. string.replace()
  4. string.split()

No comments: