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

11
LINES

< > BotCompany Repo | #1027199 // flexMatchIC_withBrackets_all

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

Libraryless. Click here for Pure Java version (4728L/31K).

static L<Matches> flexMatchIC_withBrackets_all(S pat, S input, O... _) {
  new L<Matches> out;
  flexMatchIC_withBrackets_iterate(pat, input, vfAddToCollection(out), _);
  ret out;
}

static L<Matches> flexMatchIC_withBrackets_all(S pat, LS tokPat, LS tokInput, O... _) {
  new L<Matches> out;
  flexMatchIC_iterate(pat, tokPat, tokInput, vfAddToCollection(out), _);
  ret out;
}

Author comment

Began life as a copy of #1021067

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: #1027199
Snippet name: flexMatchIC_withBrackets_all
Eternal ID of this version: #1027199/6
Text MD5: 5269c117bf737e2c94b45548b406435b
Transpilation MD5: 52a963a0f1b5a739b5043fb3d539e255
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-03-09 19:48:49
Source code size: 389 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 131 / 213
Version history: 5 change(s)
Referenced in: [show references]