The listing below shows the existing non-dot operators. Many of these now also have a dot-operator version, which may prove more useful for action code than the original version. The operators are:
- avg(scope, expressionStr)
- capitalize(dataStr)
- ceil(sourceNum)
- collect_if(scope, condition, expressionStr)
- collect(scope, expressionStr)
- contains(item)
- count_if(scope, condition)
- count(scope)
- first(item[, childrenNum])
- floor(sourceNum)
- format(dataStr, formatStr[, additionalArguments])
- hour(aDate, hoursNum)
- hour(aDate)
- jsonEncode(dataStr)
- last(item[, childrenNum])
- lowercase(dataStr)
- max(numberList)
- min(numberList)
- minute(aDate, minutesNum)
- minute(aDate)
- month(aDate, monthsNum)
- month(aDate)
- round(sourceNum)
- select(scope)
- show(msgString[, backgroundColor[, colorString, [durationNum]]])
- speak(MessageStr[, voiceNameStr])
- substr(dataStr, startNum[, lengthNum])
- sum_if(scope, condition, expressionStr)
- sum(scope, expressionStr)
- uppercase(dataStr)
- year(aDate, yearsNum)
- year(aDate)