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

6
LINES

< > BotCompany Repo | #1012577 // allStartWithUpperCase

JavaX fragment (include)

static bool allStartWithUpperCase(L<S> l) {
  for (S s : l)
    if (!startsWithUpperCase(s))
      false;
  true;
}

Author comment

Began life as a copy of #1012576

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: #1012577
Snippet name: allStartWithUpperCase
Eternal ID of this version: #1012577/2
Text MD5: 82400ebb80e2072fcb9a57e788c07b89
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-12-07 14:03:48
Source code size: 120 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 349 / 346
Version history: 1 change(s)
Referenced in: [show references]