[Calc]How to remove HTML tags and their contents in a CSV using Find & Replace?

I was able to find a simple Find and Replace Regex for Excel that removed all the HTML from an exported .CSV, BUT have had no luck finding anything similar for LibreOffice.
I need to be able to select all, do a find and replace using something like <*> to replace all the

or
  • ,etc etc. with a space.
    This is because the product descriptions in one of the cells are going to be pasted in plain text.
    Basically I want anything that is surrounded by “< >” to be replaced with a space. Will save me hours of time.
    Hope someone can help. I have searched a lot trust me this was my last resort. Thank you.

  • LibreOffice has a built in Regex engine. From 4.0 the ICU regular expression engine instead of a custom version.

    https://help.libreoffice.org/scalc/svx/ui/findreplacedialog/searchterm?Language=en-US&System=WIN&Version=4.4#bm_id3144568621

    https://help.libreoffice.org/Common/List_of_Regular_Expressions