regexp_split_to_array(string text, pattern text, flags text)


Description

split string by pattern

Parameters

Name Type Mode
string text IN
pattern text IN
flags text IN

Definition