javascript remove all trailing spaces code example Example: javascript remove all spaces from string str = str.replace(/\s/g, '');