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

17
LINES

< > BotCompany Repo | #1021491 // jmatchAny - synonym of jmatch_any

JavaX fragment (include)

sbool jmatchAny(S pat, Iterable<S> l) {
  ret jmatch_any(pat, l);
}



sbool jmatchAny(S pat, Iterable<S> l, Matches m) {
  ret jmatch_any(pat, l, m);
}

sbool jmatchAny(LS patterns, Iterable<S> l) {
  ret jmatch_any(patterns, l, null);
}

sbool jmatchAny(LS patterns, Iterable<S> l, Matches m) {
  ret jmatch_any(patterns, l, m);
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1021491
Snippet name: jmatchAny - synonym of jmatch_any
Eternal ID of this version: #1021491/3
Text MD5: 220f437ef70045d6e6db39d9f0e841f2
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-02-15 21:58:48
Source code size: 348 bytes / 17 lines
Pitched / IR pitched: No / No
Views / Downloads: 242 / 264
Version history: 2 change(s)
Referenced in: [show references]