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

3
LINES

< > BotCompany Repo | #1018295 // dropPrefixICTrim_orNull - return null if prefix not there

JavaX fragment (include)

static S dropPrefixICTrim_orNull(S prefix, S s) {
  ret swic(s, prefix) ? trim(s.substring(l(prefix))) : null;
}

Author comment

Began life as a copy of #1004297

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1018295
Snippet name: dropPrefixICTrim_orNull - return null if prefix not there
Eternal ID of this version: #1018295/3
Text MD5: e8913cd5cd646c8e60ab43f65d241d0a
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-09-16 00:35:38
Source code size: 114 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 264 / 319
Version history: 2 change(s)
Referenced in: [show references]