String handling

Join

The string-join action concatenates two or more strings.

Name Type Required Action Info
strings list of strings Yes Yes List of strings or actions that evaluate to strings.

Example

{"string-join" : {
                   "strings" :  [
                                  "/User/Login.do?mac=",
                                  {"var-get" : {"name" : "mac"}}
                                ]
                 }
}