Skip to main content

Documentation Index

Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt

Use this file to discover all available pages before exploring further.

Description

Strip HTML from a string.

Usage

In HTML Template Binding

{{ htmlToPlainText_expression | htmlToPlainText }}

In JavaScript

$filter('htmlToPlainText')(string)

Parameters

ParamTypeDetails
stringstringThe value to strip the html from.