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
3968
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
578
August 26, 2018
Attempting to print a string with an array
New to Julia
7
484
April 5, 2021
Any ... but not that much
General Usage
3
628
October 6, 2017
Why does [1; 2; 3] creates an Array of dimension 1 instead of 3x1 Array of dimnesion 2
General Usage
array
7
1417
May 31, 2018