Warning: session_start(): open(/var/lib/php/sessions/sess_mqok7sjec7cpf2f3pda4nrhqif, 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
jfindAll_reversed [1030731]

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

11
LINES

< > BotCompany Repo | #1030731 // jfindAll_reversed

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (3357L/20K).

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

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

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

Author comment

Began life as a copy of #1004162

download  show line numbers  debug dex  old transpilations   

Travelled to 5 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030731
Snippet name: jfindAll_reversed
Eternal ID of this version: #1030731/3
Text MD5: d5005c2d4ef7f59432465dc408857c78
Transpilation MD5: e6aa7b88fc0fc20551243df121b9c05d
Author: stefan
Category: javax / tokenizing
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-03-18 15:46:58
Source code size: 315 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 695 / 872
Version history: 2 change(s)
Referenced in: [show references]