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

6
LINES

< > BotCompany Repo | #1025578 // allLinesAreUnindented

JavaX fragment (include)

1  
sbool allLinesAreUnindented(S text) {
2  
  for (S s : lines(text))
3  
    if (startsWithSpace(s))
4  
      false;
5  
  true;
6  
}

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: 198 / 233
Referenced in: [show references]