HI @Ahmad_Rais
You can try with Regex
system.Text.RegularExpressions.Regex.Match("aaaaa\afq3\aveav32\aef2**This is the strting i want234**4.msg","(?<=\*\*).*(?=.msg)").Tostring


Regards
Gokul
HI @Ahmad_Rais
You can try with Regex
system.Text.RegularExpressions.Regex.Match("aaaaa\afq3\aveav32\aef2**This is the strting i want234**4.msg","(?<=\*\*).*(?=.msg)").Tostring


Regards
Gokul