remove double slash from string node code example Example: remove double slash from url javascript abc.replace(/([^:]\/)\/+/g, "$1");