Here is my string column with value for ex:
Customer: check, ID: 3963f4bb-59fb-4a26, NAME: TAMIL
I want only the value of "3963f4bb-59fb-4a26" which is in between start of "ID: " and end keyword of ", ".
Please anyone suggest how to extract only that ID value.
The length of string may not be same and values inside may in mixed format also, so based on ID I wants to extract that string.
I tried using substring, but not able to extract result.