1 | static bool containsLowerCase(S s) {
|
2 | for i over s: |
3 | if (isLowerCase(s.charAt(i))) |
4 | true; |
5 | false; |
6 | } |
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: | 702 / 766 |
| Version history: | 4 change(s) |
| Referenced in: | [show references] |