mrdocs::helpers::detag_fn

"detag" helper function

Synopsis

dom::Value
detag_fn(dom::Value html);

Description

The "detag" helper applies the regex expression "<[fn->]>+>" to the input to remove all HTML tags.

Return Value

A variant container for any kind of Dom value.

Parameters

Name

Description

html

A variant container for any kind of Dom value.

Created with MrDocs