Julia Programming Language
Can I input an invalid string into a variable?
General Usage
strings
jling
March 30, 2022, 9:21pm
2
julia> a = "Part_\\d{4}"; julia> println(a) Part_\d{4}
3 Likes
show post in topic
Related topics
Topic
Replies
Views
Activity
Why doesn't Julia recognize my string?
New to Julia
15
875
April 6, 2019
Impossible Raw String Encoding?
General Usage
14
1895
May 1, 2018
Addressing raw string syntax and semantics for Julia 2.0?
General Usage
strings
59
6372
December 23, 2020
Regex escape chars
General Usage
strings
,
regex
3
2120
March 27, 2019
Passing variables to raw strings?
New to Julia
10
4969
September 20, 2020