Skip to content

miva_joinstring()#

Syntax
miva_joinstring( input var, join_with, flags )

Returns#

Returns : The joined string.

Parameters#

Parameter Description
input The input string, variable or simple array.
join_with The string that will seperate array elements
flags A comma separated list of any of the following keywords\r
escape Escapes the join_with characters. If the join_with characters exists in the elements value.\r
insensitive When combined with the escape flag, it will search for the join_with characters in an insensitive fashion.