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

3
LINES

< > BotCompany Repo | #1018067 // dropActuallyLeadingSquareBracketStuff

JavaX fragment (include)

static S dropActuallyLeadingSquareBracketStuff(S s) {
  ret startsWith(s, "[") ? dropLeadingSquareBracketStuff(s) : s;
}

Author comment

Began life as a copy of #1014578

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: #1018067
Snippet name: dropActuallyLeadingSquareBracketStuff
Eternal ID of this version: #1018067/3
Text MD5: ff78736ef2823ff0c4fb065844cefacc
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-08-29 13:11:04
Source code size: 122 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 360 / 403
Version history: 2 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)