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

5
LINES

< > BotCompany Repo | #1010863 // web_replaceDollarVars - modifies original web

JavaX fragment (include)

static Web web_replaceDollarVars(Web web, final SS map) {
  for (WebNode node : web.nodes)
    web_modifyTexts(node, func(S s) { formatDollarVars(s, map) });
  ret web;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1010863
Snippet name: web_replaceDollarVars - modifies original web
Eternal ID of this version: #1010863/1
Text MD5: 4795f7707166eb4593713b6630ad7b94
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-10-04 23:10:59
Source code size: 174 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 454 / 444
Referenced in: [show references]