REGEXP_REPLACE
Syntax
REGEXP_LIKE(str, pattern [, replace_str [, position [, occurrence [, match_param]]]])Overview
Parameter
Parameter
Description
Example
SELECT REGEXP_REPLACE('aaaaaaa','([[:alpha:]])', 'x');
regexp_replace
----------------
xxxxxxx
(1 row)Last updated
