Am trying to remove the spaces from the java string leaving the special characters,...
existing: "[Cars]/Info/{      123}    /{4533449      }     ";
expected: "[Cars]/Info/{123}/{4533449}";
Any help would be really appreciated..
 
     
    