1 | static L<S> startingWithIC_dropPrefix(Collection<S> l, fS prefix) { |
2 | new L<S> out; |
3 | for (S s : unnull(l)) |
4 | if (swic(s, prefix)) |
5 | out.add(substring(s, l(prefix))); |
6 | ret out; |
7 | } |
8 | |
9 | static L<S> startingWithIC_dropPrefix(S prefix, Collection<S> l) { |
10 | ret startingWithIC_dropPrefix(l, prefix); |
11 | } |
Began life as a copy of #1008863
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1027981 |
Snippet name: | startingWithIC_dropPrefix - only return elements starting with X (case-insensitive), drop prefix |
Eternal ID of this version: | #1027981/1 |
Text MD5: | ace0c1c740ccbf76150e04e0e63043fc |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-04-23 09:53:50 |
Source code size: | 309 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 205 / 245 |
Referenced in: | [show references] |