Libraryless. Click here for Pure Java version (2437L/15K).
1 | static Set<S> allTagNames(S html) { |
2 | ret allTagNames(htmlTok(html)); |
3 | } |
4 | |
5 | static Set<S> allTagNames(LS htmlTok) { |
6 | ret asCISet(dropStartingWith("/", map getTag(codeTokens(htmlTok)))); |
7 | } |
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: | #1025253 |
Snippet name: | allTagNames |
Eternal ID of this version: | #1025253/3 |
Text MD5: | 11d90317ec05b19c8e3a7fdca8f1c566 |
Transpilation MD5: | c37487f7e7073322efa03a20dbe71feb |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-09-16 18:09:40 |
Source code size: | 191 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 230 / 314 |
Version history: | 2 change(s) |
Referenced in: | [show references] |