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

5
LINES

< > BotCompany Repo | #1009887 // matchStartMulti - accepts "bla|something" pattern

JavaX fragment (include)

static bool matchStartMulti(S pats, S s, Matches m) {
  for (S pat : splitAtVerticalBar(pats))
    if (matchStart(pat, s, m)) true;
  false;
}

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: #1009887
Snippet name: matchStartMulti - accepts "bla|something" pattern
Eternal ID of this version: #1009887/1
Text MD5: 5d2e65c72c8219f5b3e945276220776a
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-08-23 18:24:14
Source code size: 146 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 325 / 388
Referenced in: [show references]