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

3
LINES

< > BotCompany Repo | #1018361 // dropPrefixTrim_orNull - return null if prefix not there

JavaX fragment (include)

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

Author comment

Began life as a copy of #1018295

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: #1018361
Snippet name: dropPrefixTrim_orNull - return null if prefix not there
Eternal ID of this version: #1018361/1
Text MD5: 4c30b1c0aa54d8d18f4d9330be8c34b9
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-09-20 14:43:15
Source code size: 118 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 290 / 334
Referenced in: [show references]