Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/Python
/ indian_phone_validator.py
File
indian_phone_validator.py
strings/indian_phone_validator.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
re
2
3
4
def
indian_phone_validator(phone: str) -> bool:
Callers
nothing calls this directly
Calls
1
indian_phone_validator
Function · 0.85
Tested by
no test coverage detected