How to get regex value from json

Hi @Raja.G

You can try with this expression

System.Text.RegularExpressions.Regex.Match(YourString,"(?<=str_date”:\W)\S+(?=”)").Tostring

Regards
Gokul