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

3
LINES

< > BotCompany Repo | #1032866 // isSpaceEtc - space, tab or new line

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (28L/1K).

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

Author comment

Began life as a copy of #1013470

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1032866
Snippet name: isSpaceEtc - space, tab or new line
Eternal ID of this version: #1032866/2
Text MD5: 263926baeff3798499daa3cd65c7bd2f
Transpilation MD5: 73959a9b20e04d79bb81e89e98b590f5
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:58
Source code size: 85 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 85 / 129
Version history: 1 change(s)
Referenced in: [show references]