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

6
LINES

< > BotCompany Repo | #1030704 // flexMatchUpperCaseVarsIC_iterator

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

Libraryless. Click here for Pure Java version (4203L/25K).

static ItIt<SS> flexMatchUpperCaseVarsIC_iterator(S pat, S input) {
  new LS vars;
  S starsPat = upperCaseVarsToStars(pat, vars);
  ret mapI(flexMatchIC_iterator(starsPat, input), m ->
    matchesToMapUsingVarList_ciMap(m, vars));
}

Author comment

Began life as a copy of #1026111

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1030704
Snippet name: flexMatchUpperCaseVarsIC_iterator
Eternal ID of this version: #1030704/1
Text MD5: b186dda57bd6280d1054423050bf7476
Transpilation MD5: 6100baf2703089789348cdaac084c515
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-03-13 16:36:21
Source code size: 238 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 127 / 185
Referenced in: [show references]