New in 1.38.0

useResolvedStringValue(text)

Returns a resolved string value for displaying. The output is not HTML escaped.

Params

  • text (String) – String value to be resolved.

Returns

String – a resolved string value for displaying. This means:

  • All internal links are replaced
  • All placeholders are replaced

The output is not HTML escaped and cannot be considered safe for insertion into HTML markup. Please use useResolvedHtmlValue if the value is to be inserted into HTML markup.