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

3
LINES

< > BotCompany Repo | #1005548 // parseFirstLong - parse first long in string - tokenizes

JavaX fragment (include)

static long parseFirstLong(String s) {
  return parseLong(jextract("<int>", s));
}

Author comment

Began life as a copy of #1004323

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1005548
Snippet name: parseFirstLong - parse first long in string - tokenizes
Eternal ID of this version: #1005548/3
Text MD5: 4ca96c60b553c9b0f803ab8b5e02d3b2
Author: stefan
Category: javax / parsing
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-06-12 22:57:16
Source code size: 84 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 693 / 700
Version history: 2 change(s)
Referenced in: [show references]