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

13
LINES

< > BotCompany Repo | #1017874 // match3_plusBrackets - allows {} in s

JavaX fragment (include)

static bool match3_plusBrackets(S pat, S s) {
  return match3_plusBrackets(pat, s, null);
}

static bool match3_plusBrackets(S pat, S s, Matches matches) {
  if (pat == null || s == null) return false;
  ret match3_plusBrackets(pat, parse3_plusBrackets_cachedInput(s), matches);
}
  
static boolean match3_plusBrackets(S pat, L<S> toks, Matches matches) {
  L<S> tokpat = parse3_cachedPattern(pat);
  ret match3(tokpat, toks, matches);
}

Author comment

Began life as a copy of #1001104

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1017874
Snippet name: match3_plusBrackets - allows {} in s
Eternal ID of this version: #1017874/3
Text MD5: 0b8d99c9dd8e50bfff0d665955400faf
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-09-29 02:30:16
Source code size: 449 bytes / 13 lines
Pitched / IR pitched: No / No
Views / Downloads: 292 / 329
Version history: 2 change(s)
Referenced in: [show references]