Warning: session_start(): open(/var/lib/php/sessions/sess_v86ooj9g3hrf6tuvpefcg8luk9, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
flexMatchDollarVarsIC_withBrackets_iterate [1026117]

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

8
LINES

< > BotCompany Repo | #1026117 // flexMatchDollarVarsIC_withBrackets_iterate

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

Libraryless. Click here for Pure Java version (4624L/30K).

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

Author comment

Began life as a copy of #1023854

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1026117
Snippet name: flexMatchDollarVarsIC_withBrackets_iterate
Eternal ID of this version: #1026117/1
Text MD5: 15e2958fe57ee216ea554dfd7eb5d134
Transpilation MD5: 26f01b1e23eddb7346b9bac36d3bd71a
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-11-25 19:53:16
Source code size: 328 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 572 / 721
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)