Replace layout renderer
If you want to contribute, please create a user account and contact Jarek to get edit access.
Replaces a string in the output of another layout with another string.
Supported in




Configuration Syntax
${replace:searchFor=String:wholeWords=Boolean:replaceWith=String
:ignoreCase=Boolean:regex=Boolean:inner=Layout}
Read more about using the Configuration File.:ignoreCase=Boolean:regex=Boolean:inner=Layout}
Parameters
- Search/Replace Options
- searchFor - Text to search for.

- wholeWords - Indicates whether to search for whole words.Boolean

- replaceWith - Replacement string.

- ignoreCase - Indicates whether to ignore case.Boolean

- regex - Indicates whether regular expressions should be used.Boolean

- Transformation Options
- inner - Wrapped layout.Layout





