飞翔吧

不做不说,说到做到

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2005年5月10日

摘要: 一. regular expressions 1. var customer = "Alan Turing 555-1212";var pattern = /(\w+) \w+ ([\d-]{8})/;pattern.test(customer); Since the pattern contained parentheses that created two subexpressions, \... 阅读全文
posted @ 2005-05-10 17:53 飞翔 阅读(525) 评论(0) 推荐(0) 编辑