javascript remove characters from regex code example Example: js remove special characters var desired = stringToReplace.replace(/[^\w\s]/gi, '')