Having read the answer in the Remove all punctuation except apostrophes in R post, I tried to use
'[[:space:]]|[^\/[:^punct:]]'
in REGEXP_REPLACE function, but it gives me
[2201B] ERROR: invalid regular expression: invalid character class
How can I make it work?