python remove all non alphanumeric characters except space code example Example: regex remove all non alphanumeric except spaces /[^[:alnum:]\x20/gi