Is Julia well-suited for string manipulation?
|
|
24
|
1643
|
March 24, 2023
|
Why does `strip` function return a SubString instead of a String? Can one return a String type from `strip`?
|
|
5
|
145
|
March 18, 2023
|
Julia Plots title escaping '\'
|
|
6
|
76
|
March 16, 2023
|
Weird behaviour when replace the empty string in row with DataFramesMeta.jl
|
|
4
|
54
|
March 16, 2023
|
Graphemes vs chars
|
|
8
|
119
|
March 15, 2023
|
How does replace.() work on a string vector containing missing?
|
|
16
|
112
|
March 14, 2023
|
How to split a very long string used in a macro?
|
|
4
|
89
|
March 13, 2023
|
Replace missing values based on column data type
|
|
7
|
183
|
February 10, 2023
|
Why don't operations on strings constant-fold?
|
|
9
|
245
|
February 14, 2023
|
Broadcasting string $variable
|
|
12
|
218
|
January 27, 2023
|
Questions about string
|
|
21
|
528
|
January 16, 2023
|
Why are strings immutable (historical records request)
|
|
5
|
727
|
January 13, 2023
|
Julia equivalent of C argument `char **attrlist[]`
|
|
8
|
221
|
December 28, 2022
|
Does the function String() destroy its argument?
|
|
9
|
445
|
December 12, 2022
|
How to convert a string to ISO-standard datetime?
|
|
2
|
149
|
November 14, 2022
|
Replacing strings in specific position indices as in `str_sub()` in `stringr`
|
|
9
|
344
|
November 14, 2022
|
Parse vector from string
|
|
20
|
3565
|
November 6, 2022
|
Meaning of base and pad in string(n::Integer; base::Integer = 10, pad::Integer = 1)
|
|
6
|
270
|
November 5, 2022
|
Difference between ShortStrings.jl and InlineStrings.jl
|
|
2
|
182
|
October 25, 2022
|
Extracting a float from a string
|
|
31
|
2088
|
October 24, 2022
|
Single string on multiple lines without `\n`
|
|
6
|
3654
|
October 14, 2022
|
New to Julia / lost in translation / how to index a simple 2d-array of strings
|
|
7
|
282
|
October 11, 2022
|
Is there a built in macro like @show that returns a string?
|
|
5
|
177
|
October 4, 2022
|
Italic string in a plot, how?
|
|
6
|
190
|
September 30, 2022
|
Convert a NTuple{N,UInt8} to a String and back?
|
|
5
|
210
|
September 27, 2022
|
How to split all chars from string array
|
|
5
|
3276
|
September 15, 2022
|
Using @lift with @sprintf for animation in Makie.jl
|
|
1
|
177
|
September 4, 2022
|
How to create an IOBuffer backed by a String
|
|
2
|
170
|
September 1, 2022
|
Why doesn't islowercase work on String?
|
|
14
|
432
|
August 31, 2022
|
Find the position of a single non-matching character between two strings
|
|
27
|
325
|
August 30, 2022
|