Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
文字列を受け取り、同じ文字列を返しますが、正規表現文字の前にバックスラッシュが付いている既存の PL/SQL メソッドはありますか?
これを試して:
result := REGEXP_REPLACE(subject, '([$^[()+*?{\|])', '\\\1', 1, 0, 'c');