Hey, I'm using the following regex to make sure we have products without random 'corrupt' chars (or well, unicode), it's the part that's not working is \-, it doesn't seem to be recognizing this character. Does anyone know how to check for the - character?
REGEXP_REPLACE({displayname}, '[a-zA-Z0-9\-\:\.\s]+', '')
Thank you,