Libraryless. Click here for Pure Java version (5449L/36K).
1 | sbool isValidInternationalPhoneNumber(S s) {
|
2 | InternationalPhoneValidator v = new(s); |
3 | v.run(); |
4 | if (v.error != null) print(v.error); |
5 | ret v.valid; |
6 | } |
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1029749 |
| Snippet name: | isValidInternationalPhoneNumber |
| Eternal ID of this version: | #1029749/2 |
| Text MD5: | 4efcbe9f4061bf36ecc92494606ce777 |
| Transpilation MD5: | ae9bbe5aff52c99f2b099e3572a770fe |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-09-11 15:19:08 |
| Source code size: | 158 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 421 / 545 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |