rename command and extended regular expressions

Hello, I would need help with the rename command and extended regular expressions. I'm not sure if they are supported in Mageia, when I use them in one of these 2 modes they don't work:
find -iname "*" -exec rename -o 'y/[^a-zA-Z0-9]/_/g' {} \;
OR
rename -o 'y/[^a-zA-Z0-9]/_/g' *
does not give any error but does not perform any task
I don't know if I left some command or it is not supported by rename in Mageia.
find -iname "*" -exec rename -o 'y/[^a-zA-Z0-9]/_/g' {} \;
OR
rename -o 'y/[^a-zA-Z0-9]/_/g' *
does not give any error but does not perform any task
I don't know if I left some command or it is not supported by rename in Mageia.