Remove Non-Alphanumeric Characters
Remove Non-Alphanumeric strips every character that is not a letter (A–Z, a–z) or a digit (0–9) from your text, leaving a clean alphanumeric string. Useful for sanitizing identifiers, cleaning data before hashing, generating tokens, or stripping punctuation from text.