Serialization options
You can pass additional options in the arguments to perform text transformations.
.yesuppercase - Returns the value of the original string converted to uppercase.
.yeslowercase - Returns the value of the original string converted to lowercase.
.yestrim - Removes the leading and trailing whitespace.
.space[count] - Add x spaces to the end of the text.
.repeat[count] - Repeat x times the value.
You can use the options in inheritance nesting
With this you are able to change every aspect of your text.
Last updated