Syntax of REGEXP_REPLACE

0
Here is the sample usage of regexp_replace:

SELECT REGEXP_REPLACE('##$$$123&&!!__!','[^[:alnum:]'' '']', NULL) FROM dual;