@Sathish_Kumar_S
You can use split function
Title = str.Split(“:”)(0) Value = str.Split(“:”)(1)
Regards,