You dont need a regex for this.you can use a split and then count the results to know if one two or n are present
Say the string is in str variable
Str.Split({"Payment of Import Bill"},StringSplitoptions.RemoveEmptyEntries).Count
Cheers
You dont need a regex for this.you can use a split and then count the results to know if one two or n are present
Say the string is in str variable
Str.Split({"Payment of Import Bill"},StringSplitoptions.RemoveEmptyEntries).Count
Cheers