What is result parameter of Matches Activity

resutl : out_Text2 <--------------- what is Variable type

images_20190726_001 images_20190726_002

Hi @sumouse

It is a collection of matches found

Regards
Ajay

@sumouse
The full type is System.Collections.Generic.IEnumerable<System.Text.RegularExpressions.Match>.
The shorthand you’ll see in the variables pane is IEnumerable<Match>.

thanks