static L<S> filterMatchDollarX_IC(S pat, Collection<S> l) { new L<S> out; for (S s : unnull(l)) { SS match = matchDollarVarsIC(pat, s); if (match != null) out.add(match.get("$X")); } ret out; }
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1012430 |
Snippet name: | filterMatchDollarX_IC |
Eternal ID of this version: | #1012430/1 |
Text MD5: | bf1258b4bddf7214a718dae369bd27f2 |
Author: | stefan |
Category: | javax / parsing |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-12-02 18:14:32 |
Source code size: | 223 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 405 / 404 |
Referenced in: | [show references] |