static bool containsLowerCase(S s) { for i over s: if (isLowerCase(s.charAt(i))) true; false; }
Began life as a copy of #1008765
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1008766 |
Snippet name: | containsLowerCase - checks if string contains lower-case characters |
Eternal ID of this version: | #1008766/5 |
Text MD5: | 07784f562d311ce4c80d4f79cc107f9c |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-01-11 15:02:18 |
Source code size: | 114 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 472 / 525 |
Version history: | 4 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1013264 - countLowerCaseCharacters #1013612 - containsLowerAndUpperCase #1013613 - containsUpperCase - checks if string contains upper-case characters |