MCPcopy 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

1import re
2
3
4def indian_phone_validator(phone: str) -> bool:

Callers

nothing calls this directly

Calls 1

indian_phone_validatorFunction · 0.85

Tested by

no test coverage detected