Libraryless. Click here for Pure Java version (4247L/26K).
static WordTokReplacer wordTokReplacerRuleWithSecondInOnStarVars(S in, S secondIn, LS replaced_multi) { LS tok = javaTokWithBrackets(in), tokSecond = javaTokWithBrackets(secondIn); Set<S> vars = ciSet(); tok_findStarVars(tok, vars); tok_findStarVars(tokSecond, vars); ret WordTokReplacerWithSecondIn(join(tok), vars, join(tokSecond), replaced_multi); }
Began life as a copy of #1023757
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1023773 |
Snippet name: | wordTokReplacerRuleWithSecondInOnStarVars - finds variables marked with "*" |
Eternal ID of this version: | #1023773/3 |
Text MD5: | 21a22ba94f6bb938b0018f259b89960d |
Transpilation MD5: | 01bac301601893fb1e7c84a1baab240c |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-07-08 22:57:44 |
Source code size: | 368 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 191 / 274 |
Version history: | 2 change(s) |
Referenced in: | [show references] |