Julia Programming Language
Use regex replacement strings
New to Julia
regex
aplavin
February 19, 2022, 8:15am
8
julia> replace(str, r"\+\p{Lu}" => x -> lowercase(x[2])) "Abdulhakim"
5 Likes
show post in topic
Related topics
Topic
Replies
Views
Activity
Help converting python to julia?
New to Julia
strings
,
regex
2
740
December 8, 2019
Using replace with a function of the match
New to Julia
4
1428
June 15, 2020
Regular Expression
Data
4
882
April 20, 2017
Remove unmatched parts via regular expression
New to Julia
strings
,
regex
6
1387
December 31, 2021
Curiosity: unglobal first-only replace()?
General Usage
1
425
February 12, 2018