strip_html: Remove all HTML tags from a character vector

View source: R/utils_shiny.R

strip_htmlR Documentation

Remove all HTML tags from a character vector

Description

Remove all HTML tags from a character vector

Usage

strip_html(x)

Arguments

x

chr

Value

chr without HTML tags

See Also

Other shiny: as_js(), glue_js(), nm_to_id(), path_strip_shiny(), path_strip_to(), read_js(), shiny_error_recover()

Examples

strip_html("The <strong>fox</strong> ran")

yogat3ch/UU documentation built on May 31, 2024, 10:14 p.m.