Libraryless. Click here for Pure Java version (4831L/32K).
1 | // countryCode = GB, US, DE, IN, ... |
2 | static CountryDialCode countryDialCodeByCountryCode(S countryCode) {
|
3 | ret objectWhere(countryDialCodes(), countryCode := upper(countryCode)); |
4 | } |
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: | #1029798 |
| Snippet name: | countryDialCodeByCountryCode |
| Eternal ID of this version: | #1029798/4 |
| Text MD5: | b303503d57748edc588f3d863fad8257 |
| Transpilation MD5: | 4c576da0ba6152323ce931d2fde66ec9 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-09-17 13:03:33 |
| Source code size: | 184 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 447 / 568 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |