Adaptive Framework 0.9.0

string

The following is a list of functions in the category string

FunctionDescription
concatConvert two or more values of any data type to string and return the concatenated result. A value with an undefined value is represented by '<undefined>'.
stringConvert one or more values of any data type to string and return the concatenated result. A value with an undefined value is represented by '<undefined>'.
url_decodeURL decode a value or bag of values.