I know the unicode character for the bullet character as U+2022, but how do I actually replace that unicode character with something else?
I tried doing
str.replace("•", "something")
but it does not appear to work... how do I do this?
Programing Coderfunda November 30, 2023 No comments
0 comments:
Post a Comment
Thanks