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

9
LINES

< > BotCompany Repo | #1027859 // jextractAllIC

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

Libraryless. Click here for Pure Java version (3094L/20K).

static LS jextractAllIC(S pat, S s) {
  ret jextractAllIC(pat, javaTok(s));
}

static LS jextractAllIC(S pat, LS tok) {
  LS tokpat = javaTok(pat);
  jfind_preprocess(tokpat);
  ret map(jfindAllIC(tok, tokpat), i -> joinSubList(tok, i, i+l(tokpat)-2));
}

Author comment

Began life as a copy of #1014474

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: #1027859
Snippet name: jextractAllIC
Eternal ID of this version: #1027859/1
Text MD5: fe48747ae0829e521b96bdc5eda834d8
Transpilation MD5: 2a1869276af64588e9b71b6a1b2106c1
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-04-16 11:51:02
Source code size: 264 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 87 / 137
Referenced in: [show references]