re,_:=regexp.Compile(`<[a-z|/|:|.|"|s|=|0-9||-|A-Z|;]*?>`)
return re.ReplaceAllString(s,"")
2020-03-06