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

3
LINES

< > BotCompany Repo | #1014450 // startsWithDigit

JavaX fragment (include)

static bool startsWithDigit(S s) {
  ret nempty(s) && isDigit(s.charAt(0));
}

Author comment

Began life as a copy of #1013527

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: #1014450
Snippet name: startsWithDigit
Eternal ID of this version: #1014450/1
Text MD5: eab3e088c4f24c894b57f12d094e21f5
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-04-21 19:17:05
Source code size: 79 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 377 / 410
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)