Leading Zeros got truncated from df column
|
|
7
|
215
|
April 13, 2023
|
Nonempty prefixes function
|
|
14
|
321
|
April 11, 2023
|
How to parse a string with ranges?
|
|
7
|
246
|
April 10, 2023
|
Non-standard string literals create global-like objects!?
|
|
6
|
286
|
April 9, 2023
|
Parse vector from string
|
|
24
|
4478
|
March 27, 2023
|
Is Julia well-suited for string manipulation?
|
|
24
|
2146
|
March 24, 2023
|
Why does `strip` function return a SubString instead of a String? Can one return a String type from `strip`?
|
|
5
|
249
|
March 18, 2023
|
Julia Plots title escaping '\'
|
|
6
|
150
|
March 16, 2023
|
Weird behaviour when replace the empty string in row with DataFramesMeta.jl
|
|
4
|
175
|
March 16, 2023
|
Graphemes vs chars
|
|
8
|
209
|
March 15, 2023
|
How does replace.() work on a string vector containing missing?
|
|
16
|
314
|
March 14, 2023
|
How to split a very long string used in a macro?
|
|
4
|
206
|
March 13, 2023
|
Replace missing values based on column data type
|
|
7
|
306
|
February 10, 2023
|
Why don't operations on strings constant-fold?
|
|
9
|
377
|
February 14, 2023
|
Broadcasting string $variable
|
|
12
|
380
|
January 27, 2023
|
Questions about string
|
|
21
|
710
|
January 16, 2023
|
Why are strings immutable (historical records request)
|
|
5
|
852
|
January 13, 2023
|
Julia equivalent of C argument `char **attrlist[]`
|
|
8
|
331
|
December 28, 2022
|
Does the function String() destroy its argument?
|
|
9
|
532
|
December 12, 2022
|
How to convert a string to ISO-standard datetime?
|
|
2
|
468
|
November 14, 2022
|
Replacing strings in specific position indices as in `str_sub()` in `stringr`
|
|
9
|
643
|
November 14, 2022
|
Meaning of base and pad in string(n::Integer; base::Integer = 10, pad::Integer = 1)
|
|
6
|
589
|
November 5, 2022
|
Difference between ShortStrings.jl and InlineStrings.jl
|
|
2
|
280
|
October 25, 2022
|
Extracting a float from a string
|
|
31
|
2592
|
October 24, 2022
|
Single string on multiple lines without `\n`
|
|
6
|
4474
|
October 14, 2022
|
New to Julia / lost in translation / how to index a simple 2d-array of strings
|
|
7
|
421
|
October 11, 2022
|
Is there a built in macro like @show that returns a string?
|
|
5
|
294
|
October 4, 2022
|
Italic string in a plot, how?
|
|
6
|
441
|
September 30, 2022
|
Convert a NTuple{N,UInt8} to a String and back?
|
|
5
|
300
|
September 27, 2022
|
How to split all chars from string array
|
|
5
|
3908
|
September 15, 2022
|