yeastar-voipms-webhook-proxy/env/Lib/site-packages/phonenumbers/re_util.pyi

5 lines
121 B
Python
Raw Normal View History

2025-07-13 22:10:11 -04:00
from re import Match
from re import Pattern
def fullmatch(pattern: Pattern[str], string: str) -> Match[str] | None: ...