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