2 comments (2 comments)0 reactions (0 reactions)1 assignee (1 assignee)Java10,624 forks (10,624 forks)batch import
help wanted
Repository metrics
- Stars
- 33,637 stars (33,637 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
描述需求
国外电话号码的正则校验
不知道能否实现国外电话号码的正则校验util
可通过传入的国家编码做不同的正则么
Contributor guide
- Research direction
- Examine existing phone validation utilities in AndroidUtilCode (e.g., PhoneUtils) to understand the pattern. Then implement regex patterns for different countries based on country code, possibly using a map or switch. Look at common phone regex patterns for major countries.
- Tech stack
- java
- Domain
- mobile
- Issue type
- Feature
- Prerequisites
- JavaRegexAndroidUtilCode structure