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

3
LINES

< > BotCompany Repo | #1008264 // endsWithLetterOrDigit

JavaX fragment (include)

static bool endsWithLetterOrDigit(S s) {
  ret s != null && s.length() > 0 && Character.isLetterOrDigit(s.charAt(s.length()-1));
}

Author comment

Began life as a copy of #1007431

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1008264
Snippet name: endsWithLetterOrDigit
Eternal ID of this version: #1008264/3
Text MD5: 659a3b35d4539c35b1d553711a294114
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-06-12 15:20:42
Source code size: 132 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 475 / 700
Version history: 2 change(s)
Referenced in: [show references]