Adding a Delimiter to a String
The str.delimited operator creates a string by concatenating the arguments separated by the delimiter. You can use this operator in expressions in Variable Definitions, Components Settings, and so on. The delimiter can be any string, while the arguments can be string literals, variables, user inputs, or other commands (such as entity.tag). In the case of vector or matrix variables, each component is considered as a separate argument. The str.delimited operator has the following syntax:
str.delimited(<delimiter>, <arguments>...)