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

11
LINES

< > BotCompany Repo | #1001842 // match - synonym of match3

JavaX fragment (include)

1  
static boolean match(S pat, S s) {
2  
  return match3(pat, s);
3  
}
4  
5  
static boolean match(S pat, S s, Matches matches) {
6  
  ret match3(pat, s, matches);
7  
}
8  
9  
static boolean match(S pat, L<S> toks, Matches matches) {
10  
  ret match3(pat, toks, matches);
11  
}

Author comment

Began life as a copy of #1001104

download  show line numbers  debug dex  old transpilations   

Travelled to 19 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, ekrmjmnbrukm, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, mqsvbyillbrs, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, sawdedvomwva, tslmcundralx, tvejysmllsmz, vouqrxazstgt, whxojlpjdney

No comments. add comment

Snippet ID: #1001842
Snippet name: match - synonym of match3
Eternal ID of this version: #1001842/2
Text MD5: e190250a993482d205fe4320bcaf12ee
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-01-20 14:10:39
Source code size: 252 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 737 / 5284
Version history: 1 change(s)
Referenced in: [show references]