Hello, I'm looking for solution to extract the strings present inside an HTML codes. Can you please share the code or Alteryx workflow to achieve final output like :
Input : <span style="color: rgb(255, 153, 0); font-size: 14px;"><span style="font-size:20px;color:rgb(255,153,0);">My name is Ram </span></span>
Output : My name is Ram
Input : <b style="color: rgb(255, 153, 0);">Please Enter Name </b><div><b style="color: rgb(255, 153, 0);">Ram</b></div>
Output : Please Enter Name Ram