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