Ray's playground

 

Regular Expressions(Chapter 7 of JavaScript: The Good Parts)

  A regular expression is the specification of the syntax of a simple language. Regular expressions are used with methods to search, replace, and extract information from strings. The methods that work with regular expressions are regexp.exec, regexp.test, string.match, string.replace, string.search, and string.split.

posted on 2010-07-12 20:48  Ray Z  阅读(177)  评论(0编辑  收藏  举报

导航