Leetcode 193.Valid Phone Numbers

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Leetcode 193.Valid Phone Numbers相关的知识,希望对你有一定的参考价值。

https://leetcode.com/problems/valid-phone-numbers/description/
Shell脚本题目:给file.txt ,输出复合格式的电话号码。思路是使用正则,但是有几个坑。



grep -P "^(d{3}-|(d{3}) )d{3}-d{4}$" file.txt

以上是关于Leetcode 193.Valid Phone Numbers的主要内容,如果未能解决你的问题,请参考以下文章

193 Valid Phone Numbers

193. Valid Phone Numbers

Leetcode: Design Phone Directory

[LeetCode] Valid Phone Numbers

[LeetCode]Letter Combinations of a Phone Number

Leetcode 17. Letter Combinations of a Phone Number