remove empty characters in string typescript code example Example: remove whitespace javascript var str = " Some text "; str.trim();