Elixir Programming Language Forum
Help converting regex (to remove emojis)
Questions / Help
regex
9mm
February 24, 2022, 6:12pm
23
I just did this:
Regex.replace(~r/\p{So}/u, v, “”)
2 Likes
show post in topic