Hi @Raja.G
You can try with this expression
System.Text.RegularExpressions.Regex.Match(YourString,"(?<=str_date”:\W)\S+(?=”)").Tostring
Regards
Gokul
Hi @Raja.G
You can try with this expression
System.Text.RegularExpressions.Regex.Match(YourString,"(?<=str_date”:\W)\S+(?=”)").Tostring
Regards
Gokul