You can Try with this Regex Expression in If activity
System.Text.RegularExpressions.Regex.IsMatch(YourString,"CHG\d*\b")
Regards
Gokul
You can Try with this Regex Expression in If activity
System.Text.RegularExpressions.Regex.IsMatch(YourString,"CHG\d*\b")
Regards
Gokul