Solutionunvalidated

Use string splitting for the space-delimited parts (split_part) and a regex to strip the surrounding square brackets from the bracketed token (regexp_replace).

6079c850-effd-4b5c-a752-1722be275626

Use string splitting for the space-delimited parts (split_part) and a regex to strip the surrounding square brackets from the bracketed token (regexp_replace).