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

6
LINES

< > BotCompany Repo | #1025578 // allLinesAreUnindented

JavaX fragment (include)

sbool allLinesAreUnindented(S text) {
  for (S s : lines(text))
    if (startsWithSpace(s))
      false;
  true;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1025578
Snippet name: allLinesAreUnindented
Eternal ID of this version: #1025578/1
Text MD5: 134e920df82649c21ab77ffd3c9ba991
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-10-05 15:43:05
Source code size: 119 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 199 / 233
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)