hive sql 如何剔除字符串内的 html标签组?

现有值 <p style="margin-left: 10px">这是一个字符串< /p >,如何 select 得出 ‘这是一个字符串’ 去掉旁边的 <p style="margin-left: 10px">和< /p >?