How does one count Regex output (by using Matches activity)?

I understand that you can count the occurrences in this manner:

However, I’m using the Match activity to filter emails and as the output is an IEnumerable , I’m not sure on how to count it.

1 Like

Hi @strqsr,

Greetings…!

enumerable.Count(matches).ToString

Thanks!

2 Likes

Hello!

Thank you so much for sharing ^^

1 Like

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