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

8
LINES

< > BotCompany Repo | #1013972 // tagParam - synonym of getHtmlTagParameter

JavaX fragment (include)

1  
sS tagParam(S tag, S key) {
2  
  ret getHtmlTagParameter(tag, key);
3  
}
4  
5  
// param of opening tag
6  
static S tagParam(L<S> tok, S key) {
7  
  ret getHtmlTagParameter(second(tok), key);
8  
}

Author comment

Began life as a copy of #1013873

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: #1013972
Snippet name: tagParam - synonym of getHtmlTagParameter
Eternal ID of this version: #1013972/4
Text MD5: f17e6f7435d7ecaead727a5ba5f20d3b
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-04-06 16:55:32
Source code size: 182 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 394 / 412
Version history: 3 change(s)
Referenced in: [show references]