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
Renders a string in a friendly name for CSS.Usage
In HTML Template Binding
{{ formatAsCssName_expression | formatAsCssName }}
In JavaScript
$filter('formatAsCssName')(string)
Parameters
| Param | Type | Details |
|---|---|---|
| string | string | The string to format. |