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: | 537 / 564 | 
| Version history: | 2 change(s) | 
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |