====== Strip Html (Expression Function) ====== ===== Purpose ===== The **Strip Html** function (STRIP_HTML) is used to remove html tags from a string of text. Most often used to clean up strings of text that need their special formatting removed. {{::strip_html_initial.png?direct&600|}} ===== Parameters ===== The **Strip Html** function has one required parameter: ==== Input ==== Allowed Inputs: [[Field|field]] value or text string This is the string that will be stripped of its html tags. ===== Example ===== A common use for this function is to remove unwanted html formatting from a string. For example STRIP_HTML("This is BOLD text. This is normal text.") would result in "This is BOLD text. This is normal text".