powered by
Applies some regex to clean html tags from strings. This is useful for platforms such as MFL that interpret HTML in their franchise name fields.
dp_clean_html(names)
a character (or character vector)
a character vector of cleaned strings
# NOT RUN { c( "<b><font color= Cyan>Kevin OBrien (@kevinobrienff) </FONT></B>", "<em><font color= Purple> Other fun names</font></em>" ) %>% dp_clean_html() # }
Run the code above in your browser using DataLab