Warning: session_start(): open(/var/lib/php/sessions/sess_r687gbkh0gqalku9us2k89ptlb, 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
rjreplace - jreplace with different argument order [1037244]

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

15
LINES

< > BotCompany Repo | #1037244 // rjreplace - jreplace with different argument order

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

Libraryless. Click here for Pure Java version (11429L/63K).

sS rjreplace(S in, S out, S s) {
  ret jreplace(s, in, out);
}

sS rjreplace(S in, S out, ITokCondition condition, S s) {
  ret jreplace(s, in, out, condition);
}

sbool rjreplace(S in, S out, LS tok) {
  ret jreplace(tok, in, out);
}

sbool rjreplace(S in, S out, ITokCondition condition, LS tok) {
  ret jreplace(tok, in, out, condition);
}

Author comment

Began life as a copy of #1002133

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): mqqgnosmbjvj, wnsclhtenguj

No comments. add comment

Snippet ID: #1037244
Snippet name: rjreplace - jreplace with different argument order
Eternal ID of this version: #1037244/1
Text MD5: 82281e48825549097d22a15f7744a738
Transpilation MD5: d68485d90b555efa1584d6711d124915
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2023-08-25 22:14:19
Source code size: 358 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 750 / 954
Referenced in: [show references]