Topic cluster

Format

Produce a human-readable textual presentation of a value.

View topic page

8 items

The remaining keywords do not make a useful further split. All matching documentation is listed below.

Filters

capfirst

Converts the first character of the value to uppercase.

Filters

center

Centers the value in a field of a certain width using spaces.

Filters

ljust

Justifies the value in a field of a certain width to the left, with spaces.

Filters

lower

Translates the value to lower case.

Filters

rjust

Justifies the value in a field of a certain width to the right, using spaces.

Filters

stringify

Translates atoms, integers and floats to strings. The undefined value is translated to the empty string. Does not translate tuples.

Filters

summary

Extract a summary from a resource.

Filters

upper

Translates the value to upper case.