Libraryless. Click here for Pure Java version (4728L/31K).
1 | static L<Matches> flexMatchIC_withBrackets_all(S pat, S input, O... _) { |
2 | new L<Matches> out; |
3 | flexMatchIC_withBrackets_iterate(pat, input, vfAddToCollection(out), _); |
4 | ret out; |
5 | } |
6 | |
7 | static L<Matches> flexMatchIC_withBrackets_all(S pat, LS tokPat, LS tokInput, O... _) { |
8 | new L<Matches> out; |
9 | flexMatchIC_iterate(pat, tokPat, tokInput, vfAddToCollection(out), _); |
10 | ret out; |
11 | } |
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: | 224 / 318 |
Version history: | 5 change(s) |
Referenced in: | [show references] |