Input:
Data storing in column is string within that email ids are present. Need to fetch email ids.There is no fixed pattern. Example :
Field 1
test – test12 – test@gmail.com - test1@gmail.com
abc - abc@gmail.com - abc1@gmail.com - abc2@gmail.com
cde cde@gmail.com
Comment generated by:Please contact : efg@gmail.com for any queries
Output:
Field 1
test@gmail.com - test1@gmail.com
abc@gmail.com - abc1@gmail.com - abc2@gmail.com
cde@gmail.com
efg@gmail.com