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: | 718 / 746 | 
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |