javascript delete white space but not between strings code example Example: remove whitespace javascript var str = " Some text "; str.trim();