Julia Programming Language
Use regex replacement strings
New to Julia
regex
rafael.guerra
February 19, 2022, 8:12am
7
You could use the
titlecase()
function:
titlecase(replace(str, '+' => ""))
2 Likes
show post in topic
Related topics
Topic
Replies
Views
Activity
Help converting python to julia?
New to Julia
strings
,
regex
2
730
December 8, 2019
Remove unmatched parts via regular expression
New to Julia
strings
,
regex
6
1372
December 31, 2021
Using replace with a function of the match
New to Julia
4
1404
June 15, 2020
Text substitution (like sed) with Julia
General Usage
2
746
March 7, 2021
Perform multiple replacements on a string in a single pass
Performance
strings
,
regex
19
9533
January 18, 2022