Need to get the count of string in application region

Hi @Sudharsan_Ka
there was a small issue in regex pattern i proviede, there was some empty spaces issues

now try this way

you can get the count of values under scope
System.Text.RegularExpressions.Regex.Matches(input_data,“.*(?=Acord)”).Cast(Of Match).Select(Function(m) m.Value).ToList().Where(Function(r) r.ToString<>“”).Count.ToString

Yeah bro works perfectly

Bro are you going for sleep now ?
if not can you help me for another task

@NIVED_NAMBIAR
image
Bro please so urgent what happend i dont know bro

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.