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