My friend [on] created this alias:
Code:

alias removehtml {
  var %a
  !.echo -q $regsub($1-,/(^[^<]*>|<[^>]*>|<[^>]*$)/g,,%a)
  return %a
}


Example: //echo -a $removehtml(<h1>Hello</h1>)