0

I have use

regex_extract(string, '(([a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12})|([a-fA-F0-9]{8}[a-fA-F0-9]{4}[a-fA-F0-9]{4}[a-fA-F0-9]{4}[a-fA-F0-9]{12})), 1) 

and also string split separated by (,) to capture second among following UUIDs which are together but I don't know what am missing. Actually I need to capture both!!

da1ba6b2-70f9-4c07-825a-7d700519f086,633aa5cf-2551-412b-bd96-bd5d9914b299
Aziz
  • 20,065
  • 8
  • 63
  • 69
vncg
  • 1
  • 1

0 Answers0