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)

static boolean match(S pat, S s) {
  return match3(pat, s);
}

static boolean match(S pat, S s, Matches matches) {
  ret match3(pat, s, matches);
}

static boolean match(S pat, L<S> toks, Matches matches) {
  ret match3(pat, toks, matches);
}

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: 731 / 5278
Version history: 1 change(s)
Referenced in: #1002427 - Accellerating 629 (SPIKE)
#1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1017812 - match_vbar - allows "bla|blubb"
#3000382 - Answer for ferdie (>> t = 1, f = 0)