Strmanipulation

HI @Arya_Squares

Try this expression

System.Text.RegularExpressions.Regex.Match(Input,"(?<=MACC/PAC-).*").ToString.Trim.Equals("No")

Not System.Text.RegularExpressions.Regex.Match(Input,"(?<=Max of subscriptions - ).*").ToString.Trim.Equals("0")

image

Not System.Text.RegularExpressions.Regex.Match(Input,"(?<=RHP=)\d+").ToString.Trim.Equals("0")

Not System.Text.RegularExpressions.Regex.Match(Input,"(?<=HSI=)\d+").ToString.Trim.Equals("0")

Not System.Text.RegularExpressions.Regex.Match(Input,"(?<=IPTV=)\d+").ToString.Trim.Equals("0")

hope this helps

Regards
Sudharsan

1 Like