8 items
The remaining keywords do not make a useful further split. All matching documentation is listed below.
capfirst
Converts the first character of the value to uppercase.
center
Centers the value in a field of a certain width using spaces.
ljust
Justifies the value in a field of a certain width to the left, with spaces.
lower
Translates the value to lower case.
rjust
Justifies the value in a field of a certain width to the right, using spaces.
stringify
Translates atoms, integers and floats to strings. The undefined value is translated to the empty string. Does not translate tuples.
summary
Extract a summary from a resource.
upper
Translates the value to upper case.