regexp_replace (string text, pattern text, replacement text [,flags text]) string引数は、置換機能が実行されるソース文字列です。patternパラメータは、文字列引数の部分文字列を置き換える前に一致する必要がある正規表現を表します。 replacementパラメータは、文字列引数のサブ文字列を変更するテ...