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

3
LINES

< > BotCompany Repo | #1007431 // isLetterOrDigit - synonym of Character.isLetterOrDigit

JavaX fragment (include)

1  
static bool isLetterOrDigit(char c) {
2  
  ret Character.isLetterOrDigit(c);
3  
}

Author comment

Began life as a copy of #1005135

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1007431
Snippet name: isLetterOrDigit - synonym of Character.isLetterOrDigit
Eternal ID of this version: #1007431/1
Text MD5: 7a62eec57f2c8a2d839111d9a4ecd601
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-03-23 01:17:50
Source code size: 77 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 497 / 1002
Referenced in: [show references]