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

3
LINES

< > BotCompany Repo | #1013686 // isLineBreak - c == '\r' || '\n'

JavaX fragment (include)

static bool isLineBreak(char c) {
  ret c == '\r' || c == '\n';
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1013686
Snippet name: isLineBreak - c == '\r' || '\n'
Eternal ID of this version: #1013686/1
Text MD5: cf2de8c28edd78f4a0ef991922714c9e
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-01-22 13:16:57
Source code size: 67 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 344 / 351
Referenced in: [show references]