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

3
LINES

< > BotCompany Repo | #1001892 // isIdentifier - synonym of isJavaIdentifier

JavaX fragment (include)

static boolean isIdentifier(S s) {
  ret isJavaIdentifier(s);
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1001892
Snippet name: isIdentifier - synonym of isJavaIdentifier
Eternal ID of this version: #1001892/1
Text MD5: 939b0ef29114a5bc2e0f3258e7533dde
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-12-05 01:24:00
Source code size: 65 bytes / 3 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 832 / 7285
Referenced in: #1002427 - Accellerating 629 (SPIKE)
#1002736 - isExtendedIdentifier - identifiers + '
#1006654 - Standard functions list 2 (LIVE, continuation of #761)
#3000382 - Answer for ferdie (>> t = 1, f = 0)