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: 71 / 100
Referenced in: [show references]