Libraryless. Click here for Pure Java version (1694L/11K).
1 | // TODO: static LL<S> html_findLIs(LS [auto htmlTok] tok) {
|
2 | static LL<S> html_findLIs(LS tok) {
|
3 | ret findContainerTag(tok, "li"); |
4 | } |
5 | |
6 | static LL<S> html_findLIs(S html) {
|
7 | ret html_findLIs(htmlTok(html)); |
8 | } |
Began life as a copy of #1008476
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: | #1008481 |
| Snippet name: | html_findLIs |
| Eternal ID of this version: | #1008481/2 |
| Text MD5: | 18b3096ff7bfbb143d80893baf66a3c5 |
| Transpilation MD5: | 51b4737ed803aefb351fe9809a0f3c37 |
| Author: | stefan |
| Category: | javax / html parsing |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-07-11 13:24:57 |
| Source code size: | 215 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 737 / 832 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |