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

8
LINES

< > BotCompany Repo | #1030836 // flexMatchAngleBracketVarsIC_honorPunctuation_iterate

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

Transpiled version (5379L) is out of date.

svoid flexMatchAngleBracketVarsIC_honorPunctuation_iterate(S pat, S input, VF1<SS> onMatch) {
  new LS vars;
  S starsPat = angleBracketVarsToStars(pat, vars);
  flexMatchIC_iterate(starsPat, javaTokWithBrackets(starsPat), javaTokWithBrackets(input), voidfunc(Matches m) {
    SS map = matchesToMapUsingVarList_ciMap(m, vars);
    if (map != null) callF(onMatch, map);
  });
}

Author comment

Began life as a copy of #1030737

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1030836
Snippet name: flexMatchAngleBracketVarsIC_honorPunctuation_iterate
Eternal ID of this version: #1030836/3
Text MD5: 22eee07eb52f6cd1c1f7e4deb36f9547
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-04-01 17:45:13
Source code size: 383 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 89 / 131
Version history: 2 change(s)
Referenced in: [show references]