リファレンスガイド> SQL関数のTDVサポート> 文字関数> REGEXP_SUBSTR
 
REGEXP_SUBSTR
正規表現のパターンマッチングを使用して、文字列からSUBSTRINGを抽出できます。
構文
REGEXP_SUBSTR( string, pattern [, start_position [, nth_appearance [, match_parameter [, sub_expression ] ] ] ] )