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

8
LINES

< > BotCompany Repo | #1013873 // getTagParam - synonym of getHtmlTagParameter

JavaX fragment (include)

static S getTagParam(S tag, S key) {
  ret getHtmlTagParameter(tag, key);
}

// param of opening tag
static S getTagParam(L<S> tok, S key) {
  ret getHtmlTagParameter(second(tok), key);
}

Author comment

Began life as a copy of #1005224

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: #1013873
Snippet name: getTagParam - synonym of getHtmlTagParameter
Eternal ID of this version: #1013873/3
Text MD5: 863f8e67db08262780dac2e9a1f12504
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-03-18 19:16:09
Source code size: 194 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 360 / 395
Version history: 2 change(s)
Referenced in: [show references]