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

9
LINES

< > BotCompany Repo | #1020293 // matchStart_vbar - allows "bla|blubb"

JavaX fragment (include)

static boolean matchStart_vbar(S pat, S s) {
  return matchStart_vbar(pat, s, null);
}

static boolean matchStart_vbar(S pat, S s, Matches matches) {
  for (S pat2 : splitAtTokens(pat, ll("|")))
    if (matchStart(pat2, s, matches)) true;
  false;
}

Author comment

Began life as a copy of #1017812

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1020293
Snippet name: matchStart_vbar - allows "bla|blubb"
Eternal ID of this version: #1020293/1
Text MD5: 1fc238adcca8df167479b103ab6bb06a
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-12-12 23:43:40
Source code size: 259 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 254 / 272
Referenced in: [show references]