Warning: session_start(): open(/var/lib/php/sessions/sess_74qmsg8olcnknqmroih9k3n0am, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
rjfindAll - synonym of jfindAll_reversed [1033185]

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

15
LINES

< > BotCompany Repo | #1033185 // rjfindAll - synonym of jfindAll_reversed

JavaX fragment (include)

static L<Int> rjfindAll(LS tok, S pat) {
  ret jfindAll_reversed(tok, pat);
}



static L<Int> rjfindAll(LS tok, S pat, ITokCondition condition) {
  ret jfindAll_reversed(tok, pat, condition);
}



static L<Int> rjfindAll(LS tok, LS tokPat) {
  ret jfindAll_reversed(tok, tokPat);
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1033185
Snippet name: rjfindAll - synonym of jfindAll_reversed
Eternal ID of this version: #1033185/1
Text MD5: 93c7664847f9519fde0773d8a0656a25
Author: someone
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-16 00:13:04
Source code size: 286 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 507 / 520
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)