remove spaces unuseful regex code example Example: regex to remove spaces //.. return str.replace(/\s/g, ''); //..