Python's replace faster than Julia's replace?
|
|
22
|
2095
|
October 7, 2025
|
Is it possible to define '+' operator for string as '*' do for them?
|
|
13
|
1629
|
August 29, 2025
|
String line continuation
|
|
14
|
187
|
July 15, 2025
|
How to undo `unsafe_string` call
|
|
1
|
75
|
July 10, 2025
|
[ANN] Gettext.jl 1.0 (new and improved) — translating Julia software
|
|
1
|
251
|
July 9, 2025
|
Escaping newlines in multi-line string macros?
|
|
3
|
119
|
May 23, 2025
|
How to use protected characters in a string (e.g. percent in printf)
|
|
1
|
1672
|
August 28, 2021
|
Redesigning String, optimising small strings and comparison
|
|
71
|
2778
|
May 3, 2025
|
Typstry.jl: The Julia to Typst Interface
|
|
8
|
2876
|
March 22, 2025
|
Turning a string containing Unicode code points to a normal string
|
|
2
|
54
|
February 24, 2025
|
Extracting dates and values from a string
|
|
9
|
133
|
January 30, 2025
|
Why are concatenated String15's promoted to String31?
|
|
2
|
135
|
January 12, 2025
|
Palindrome
|
|
19
|
709
|
December 27, 2024
|
How do I find the number of bytes for a character?
|
|
3
|
218
|
December 24, 2024
|
A question about SubString
|
|
8
|
283
|
December 15, 2024
|
Print string on specific character position
|
|
4
|
91
|
October 17, 2024
|
Is there a built in macro like @show that returns a string?
|
|
9
|
756
|
October 13, 2024
|
How can I create a fancier REPL prompt with styled strings? (was: Make `Base.textwidth` ignore ANSI sequences)
|
|
12
|
180
|
October 8, 2024
|
Why are Julia strings immutable?
|
|
13
|
1011
|
September 28, 2024
|
String optimisation in Julia
|
|
21
|
683
|
September 21, 2024
|
How to create a Cstring from a String?
|
|
5
|
1447
|
September 16, 2024
|
Fastest way to read fixed-width tables embedded in a larger text file
|
|
9
|
197
|
August 14, 2024
|
Optimize splitting vector of strings
|
|
10
|
198
|
August 8, 2024
|
Make ProgressMeter description display depends on a for-loop variable
|
|
3
|
141
|
July 27, 2024
|
Split keepempty
|
|
1
|
67
|
July 25, 2024
|
I'm on step zero on macros
|
|
2
|
234
|
June 21, 2024
|
[ANN] StringCases.jl
|
|
0
|
409
|
June 16, 2024
|
For `x::Vector{Char}`, which should I use `string(x...)` or `join(x)`?
|
|
6
|
221
|
June 13, 2024
|
Storage format for lots of strings
|
|
7
|
253
|
June 5, 2024
|
Define the size of a String variable
|
|
10
|
411
|
May 21, 2024
|