Remove additional spaces from string
Hi All, There are multiple ways to remove additional spaces from a string. like split string by spaces then combine again with one space. Just wanted to check if there any other simple way to do this. Requirement - remove additional spaces from strin...