remove_tags: removes html tags from strings

Description Usage Arguments Examples

Description

removes html tags from strings

Usage

1
remove_tags(string, pattern = "<[^(<|>)]*>")

Arguments

string

input string

pattern

pattern for removal

Examples

1
remove_tags("hello <b>world</b>")

siddheshdhuri/inputAnnotate documentation built on May 29, 2019, 9:58 p.m.