removeHtml
Remove HTML tags
- match: The HTML you want to modify
- String: The content within HTML removing the HTML tags.
removeHtml("<div class='site-branding'><h1 class='site-title'>Unlimited Sheets</h1><p class='site-description'> Unlock the potential of your Sheets</p></div>")
// Unlimited Sheets Unlock the potential of your Sheets
- Remove HTML elements from your scraped data in Sheets
Last modified 7mo ago