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

9
LINES

< > BotCompany Repo | #1012430 // filterMatchDollarX_IC

JavaX fragment (include)

1  
static L<S> filterMatchDollarX_IC(S pat, Collection<S> l) {
2  
  new L<S> out;
3  
  for (S s : unnull(l)) {
4  
    SS match = matchDollarVarsIC(pat, s);
5  
    if (match != null)
6  
      out.add(match.get("$X"));
7  
  }
8  
  ret out;
9  
}

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: 333 / 331
Referenced in: [show references]