码迷,mamicode.com
首页 > 其他好文 > 详细

Valid Phone Numbers

时间:2015-07-11 15:13:34      阅读:123      评论:0      收藏:0      [点我收藏+]

标签:

https://leetcode.com/problems/valid-phone-numbers/


# Read from the file file.txt and output all valid phone numbers to stdout.

awk ‘/^([0-9]{3}-|\([0-9]{3}\) )[0-9]{3}-[0-9]{4}$/{print $0}‘ file.txt

Valid Phone Numbers

标签:

原文地址:http://blog.csdn.net/qinchaowhut/article/details/46841319

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!