Sign up for Free
Pricing
About
Documentation
Documentation
Keecode / Core Concepts
Variables
Conditions
Loops
Operators
Keecode / Functions
bool
capitalize
count
css
date
except
extract
float
int
join
json
list
lower
mail
normalize
phone
prefix
range
replace
retry
search
search_extract
similarity
split
str
sub
suffix
sum
upper
url
urlparse
xpath
Open site navigation
Open site navigation
Pricing
Sign in
Sign up
join
Return a String that gathers the elements of a list, separated by the String
glue
.
join
($data
,
glue
)
:
String
$data.
join
(
glue
)
:
String
Parameters
$data
List
See also
float()
bool()
int()
str()
Examples
How to convert a List into a String (with glue)