Hi, a quick question. Is there a way to replace some chars in a string with another chars?
I want to remove all double spaces in a string. For example, "this__is__a__string" should be processed and become "this_is_a_string"
I tried to look into %replace, but either i don't understand its use or it doesn't do what i want.
I want to remove all double spaces in a string. For example, "this__is__a__string" should be processed and become "this_is_a_string"
I tried to look into %replace, but either i don't understand its use or it doesn't do what i want.








Comment