Emanuel Berg [2014-06-30 22:52:41 +02:00] wrote: > (replace-regexp "[[:alpha:][:digit:]]" "x") > > One1 (will be xxxx) I think [[:alpha:][:digit:]] is the same thing as [[:alnum:]].