Topic cluster
Transform
Convert reshape enrich resize or derive one representation from another.
View topic page12 items
The remaining keywords do not make a useful further split. All matching documentation is listed below.
append
Appends the argument to the value.
brlinebreaks
Translate HTML <br/> elements into ASCII newlines ( \n ).
fix_ampersands
Replaces ampersands in the value with “&” entities.
observe_search_query_normalize_value/2
Normalize a search value for queries and indexing. An example is the normalization of texts by transliteration and removal of accents. Defaults for text values to z_string:normalize/1 .
replace
Regular expression replacement of a pattern with a string.
replace_args
Replace $N placeholders in string from a list of replacement values.
split
Splits the filter value into a list of values.
to_binary
Convert the input to a binary value.
trim
Removes whitespace at the start and end of a string.
truncate
Truncate a text to a maximum length.
truncatechars
Truncate a text to a maximum length in characters.
truncate_html
Truncate a HTML text to a maximum length.