Libraryless. Click here for Pure Java version (5449L/36K).
sbool isValidInternationalPhoneNumber(S s) { InternationalPhoneValidator v = new(s); v.run(); if (v.error != null) print(v.error); ret v.valid; }
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: | 419 / 541 | 
| Version history: | 1 change(s) | 
| Referenced in: | [show references] |