removeHtml

Overview

Remove HTML tags

Video Example

Arguments

  • match: The HTML you want to modify

Expected Output

  • String: The content within HTML removing the HTML tags.

Text example

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

Use cases

  • Remove HTML elements from your scraped data in Sheets

Last updated