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

3
LINES

< > BotCompany Repo | #1021030 // strL - length of string (could also use l, but this one has less baggage)

JavaX fragment (include) [tags: use-pretranspiled]

Transpiled version (28L) is out of date.

static int strL(S s) {
  ret s == null ? 0 : s.length();
}

download  show line numbers  debug dex  old transpilations   

Travelled to 12 computer(s): bhatertpkbcr, cfunsshuasjs, ekrmjmnbrukm, gwrvuhgaqvyk, lnbujpyubztb, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, whxojlpjdney, xrpafgyirdlv

No comments. add comment

Snippet ID: #1021030
Snippet name: strL - length of string (could also use l, but this one has less baggage)
Eternal ID of this version: #1021030/3
Text MD5: 77d3576607e65d8abae66f71f0ad86b2
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-01-18 06:07:00
Source code size: 60 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 327 / 481
Version history: 2 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1021031 - listL - length of list/collection (could also use l, but this one has less baggage)