Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

6
LINES

< > BotCompany Repo | #1008766 // containsLowerCase - checks if string contains lower-case characters

JavaX fragment (include)

static bool containsLowerCase(S s) {
  for i over s:
    if (isLowerCase(s.charAt(i)))
      true;
  false;
}

Author comment

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: 415 / 461
Version history: 4 change(s)
Referenced in: [show references]