I know there is many ways of doing this. But I have a string “12 – 33 – 44”. What is the most modern/efficient way of removing all the ‘-‘ from the string and returning ‘123344’.
What method is best practise?
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
I know there is many ways of doing this. But I have a string “12 – 33 – 44”. What is the most modern/efficient way of removing all the ‘-‘ from the string and returning ‘123344’.
What method is best practise?