This group of operators are primarily concerned with (re-)formatting values:
- attributeEncode(data)
- capitalize(data)
- Color.format
- Date.format("formatString")
- escapeHTML(data)
- exportedString("item",template)
- format(data, "formatString")
- idEncode(data)
- Interval.format("formatString")
- jsonEncode(data)
- List/Set.format("formatString")
- lowercase(data)
- Number.format(decimalsN[,widthN][,padStr])
- Number.precision(N)
- String.capitalize
- String.json()
- String.jsonEncode()
- String.lowercase()
- String.uppercase()
- StyledString.bold
- StyledString.fontSize(N)
- StyledString.italic
- StyledString.strike
- uppercase(data)
- urlEncode(data)
These new functions will be useful in preparing data for use with other programs and web services via runCommand().