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

7
LINES

< > BotCompany Repo | #1030950 // startingWithIC_dropAndTrim - only return elements starting with X (case-insensitive), drop prefix, trim

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

Transpiled version (2754L) is out of date.

static L<S> startingWithIC_dropAndTrim(Cl<S> l, fS prefix) {
  ret trimAll(startingWithIC_dropPrefix(l, prefix));
}

static L<S> startingWithIC_dropAndTrim(fS prefix, Cl<S> l) {
  ret startingWithIC_dropAndTrim(l, prefix);
}

Author comment

Began life as a copy of #1027981

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030950
Snippet name: startingWithIC_dropAndTrim - only return elements starting with X (case-insensitive), drop prefix, trim
Eternal ID of this version: #1030950/4
Text MD5: c0bbb6a9e9fa6e46c547de7e700867cd
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-04-14 16:56:18
Source code size: 226 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 87 / 143
Version history: 3 change(s)
Referenced in: [show references]