Julia Programming Language
How to declare a string array for the purpose of concatenation
General Usage
question
gustaphe
August 24, 2021, 3:54am
8
Adding to this,
join
lets you specify a delimiter:
julia> join(("a","b","c"), "; ") "a; b; c"
1 Like
How to repeat the format in @printf?
show post in topic
Related topics
Topic
Replies
Views
Activity
How to link the elements of array into a string
General Usage
question
8
3924
July 23, 2020
Concatenating two different 1 x n string arrays into a resultant 1 x n string array
New to Julia
strings
,
array
2
571
August 26, 2018
Attempting to print a string with an array
New to Julia
7
461
April 5, 2021
Convert array to string and separate each element with underscore
General Usage
strings
2
473
April 13, 2023
Converting a Array of strings to an Array of Char
New to Julia
question
4
5394
February 25, 2020