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
3783
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
564
August 26, 2018
String Documentation Wiki Prototype
General Usage
documentation
,
strings
1
397
October 10, 2023
Converting a Array of strings to an Array of Char
New to Julia
question
4
5187
February 25, 2020
A Question about Vectors with strings
New to Julia
strings
,
vector
5
534
September 24, 2021