2 个稳定版本
1.0.1 | 2021 年 8 月 2 日 |
---|
#17 在 #phone-number
用于 phone_type
24KB
681 代码行
电话号码验证器
Rust 的电话号码验证库
带有国家代码
pub fn verify_phone_number_with_country_code(ph: &str) -> bool
^(\+\d{1,2}\s?)?1?\-?\.?\s?\(?\d{3}\)?[\s.-]?\d{3}[\s.-]?\d{4}$
不带国家代码
pub fn verify_phone_number_without_country_code(ph: &str) -> bool
^1?\-?\.?\s?\(?\d{3}\)?[\s.-]?\d{3}[\s.-]?\d{4}$
依赖项
~2.2–3MB
~53K SLoC