feat: add initial implementation of valid phone numbers script

This commit is contained in:
SquidSpirit 2025-08-17 22:16:26 +08:00
parent b55dc00dcc
commit d0a1350e9b

View File

@ -0,0 +1 @@
egrep '^([0-9]{3}-|\([0-9]{3}\) )[0-9]{3}-[0-9]{4}$' file.txt