split_part can split a string and return a single part based on the position, but if the number of delimiters in the string isn't known in advance, this doesn't work well. I haven't seen any other ...