Warning: session_start(): open(/var/lib/php/sessions/sess_s3iofl669hhuqac6hg244sqpp1, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
isLetterOrDigit - synonym of Character.isLetterOrDigit [1007431]

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)

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

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: 828 / 1341
Referenced in: [show references]