static boolean onlyLettersAndAllUpperCase(S s) { if (empty(s)) false; for i over s: if (!isUpperCase(s.charAt(i))) false; true; }
Began life as a copy of #1000861
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1017560 |
Snippet name: | onlyLettersAndAllUpperCase |
Eternal ID of this version: | #1017560/1 |
Text MD5: | 0588e4f5a941591098820fe16f7be10c |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-07-27 13:20:10 |
Source code size: | 144 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 380 / 406 |
Referenced in: | [show references] |