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

3
LINES

< > BotCompany Repo | #1013470 // isSpace - space, tab or new line. should maybe rename

JavaX fragment (include)

sbool isSpace(char c) {
  ret c == ' ' || c == '\t' || c == '\r' || c == '\n';
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, whxojlpjdney

No comments. add comment

Snippet ID: #1013470
Snippet name: isSpace - space, tab or new line. should maybe rename
Eternal ID of this version: #1013470/5
Text MD5: 04ca5fc335680d7a84ff439e66a1553b
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-07 00:16:44
Source code size: 82 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 351 / 407
Version history: 4 change(s)
Referenced in: [show references]