Libraryless. Click here for Pure Java version (3667L/23K).
1 | static ItIt<SS> flexMatchDollarVarsIC_withBrackets_iterator(S pat, S input) { |
2 | new LS vars; |
3 | S starsPat = dollarVarsToStars(pat, vars); |
4 | ret mapI(flexMatchIC_withBrackets_iterator(starsPat, input), m -> |
5 | matchesToMapUsingVarList_ciMap(m, vars)); |
6 | } |
Began life as a copy of #1026111
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: | #1026123 |
Snippet name: | flexMatchDollarVarsIC_withBrackets_iterator |
Eternal ID of this version: | #1026123/1 |
Text MD5: | db0150f37fd1ab661df2f37f46024343 |
Transpilation MD5: | a3420386c39bfb984a6d5a03b4d90893 |
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 20:22:00 |
Source code size: | 258 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 184 / 292 |
Referenced in: | [show references] |