strikethrough_H_H_H_H_H_H_H_H_H_H_H_H_Hbackspace converter FIXED by twobit

import re,os;print re.sub("<(s|st.*|del)>(.*?)</\\1>",lambda x:x.group(2)+len(x.group(2))*"^H",os.read(0,1E4))

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page