remove space from string.

  1. A

    Remove space from string.

    How to remove spaces from a string "AAA BBB CCCC" and need to convert this to "AAABBBCCCC". Regards
Back
Top