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

3
LINES

< > BotCompany Repo | #1034518 // dropActuallyLeadingSquareBracketStuff

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

Libraryless. Click here for Pure Java version (5031L/28K).

sS dropActuallyLeadingSquareBracketStuff(S s) {
  ret !startsWith(s, '[') ? s : dropLeadingSquareBracketStuff(s);
}

Author comment

Began life as a copy of #1014578

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1034518
Snippet name: dropActuallyLeadingSquareBracketStuff
Eternal ID of this version: #1034518/1
Text MD5: 9b86d244e2119119feb5c639907fffe3
Transpilation MD5: 7bc54e561a5f6c4416bef01435372d9e
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-02-10 06:42:11
Source code size: 117 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 69 / 103
Referenced in: [show references]