How to get regex value from json

Hi @Raja.G

Try like this

Pass your pattern in the asset or config file and give that pattern in your expression

System.Text.RegularExpressions.Regex.Match(StringVariable,io_config(“str_name”).ToString.trim)

Give it a try

Regards
Sudharsan