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

15
LINES

< > BotCompany Repo | #1032864 // jfind_all_reversed - synonym of jfindAll_reversed

JavaX fragment (include)

1  
static L<Int> jfind_all_reversed(LS tok, S pat) {
2  
  ret jfindAll_reversed(tok, pat);
3  
}
4  
5  
6  
7  
static L<Int> jfind_all_reversed(LS tok, S pat, ITokCondition condition) {
8  
  ret jfindAll_reversed(tok, pat, condition);
9  
}
10  
11  
12  
13  
static L<Int> jfind_all_reversed(LS tok, LS tokPat) {
14  
  ret jfindAll_reversed(tok, tokPat);
15  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1032864
Snippet name: jfind_all_reversed - synonym of jfindAll_reversed
Eternal ID of this version: #1032864/1
Text MD5: 9f22da6317b81783643dd880e569fd2a
Author: someone
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-07 00:14:22
Source code size: 313 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 101 / 120
Referenced in: [show references]