Guest User

Untitled

a guest
Feb 18th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. _('tk')
  2. ('does:','text:', 's | HTML("element:","span")("contains:", s, 0, s.length)')
  3. ('does:','image:', 'u | HTML("element:","img")("src:",u)')
  4. ('does:','sound:', 'u | HTML("element:","audio")("src:",u)')
  5. ('does:','video:', 'u | HTML("element:","video")("src:",u)')
  6. ('does:','box:', '| HTML("element:","div")')
Add Comment
Please, Sign In to add comment