Remove multiple spaces in Erlang
I recently I ran into a problem in Erlang project and I had to find a way to Remove multiple spaces in string and leave only one one space. Solution: Here is solution how to remove it with simple re:replace… Continue Reading