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

6
LINES

< > BotCompany Repo | #1022240 // isSpaces

JavaX fragment (include)

sbool isSpaces(S s) {
  int n = l(s);
  for i to n:
    if (!isSpace(s.charAt(i))) false;
  true;
}

Author comment

Began life as a copy of #1013470

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, whxojlpjdney

No comments. add comment

Snippet ID: #1022240
Snippet name: isSpaces
Eternal ID of this version: #1022240/1
Text MD5: 5b409dfd6ccd129488b3446625d2f3aa
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-03-11 15:47:02
Source code size: 104 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 210 / 249
Referenced in: [show references]