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

8
LINES

< > BotCompany Repo | #1020732 // matchX_lines_allRests

JavaX fragment (include)

static LS matchX_lines_allRests(S pat, S s) {
  new LS l;
  new Matches m;
  for (S pat2 : tlft(pat))
    if (matchX(pat2, s, m))
      l.add(m.rest());
  ret l;
}

Author comment

Began life as a copy of #1020731

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: #1020732
Snippet name: matchX_lines_allRests
Eternal ID of this version: #1020732/1
Text MD5: c6b79aa7e02e5dc6189bae6ba6ecabde
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-01-01 03:26:04
Source code size: 172 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 237 / 270
Referenced in: [show references]