Libraryless. Click here for Pure Java version (6385L/38K).
| 1 | sbool isHTMLRefreshTag(S tag) {
 | 
| 2 | if (!rtagIs meta(tag)) false; | 
| 3 | SS params = ciTagParams(tag); | 
| 4 | ret eqic(mapGet(params, "http-equiv"), "refresh"); | 
| 5 | } | 
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1032929 | 
| Snippet name: | isHTMLRefreshTag | 
| Eternal ID of this version: | #1032929/3 | 
| Text MD5: | 51524824cd2edc26586e929850228022 | 
| Transpilation MD5: | c3422b86aba11a019874bbacf6f428df | 
| Author: | stefan | 
| Category: | javax | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2021-10-11 00:48:43 | 
| Source code size: | 154 bytes / 5 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 371 / 487 | 
| Version history: | 2 change(s) | 
| Referenced in: | [show references] |