resutl : out_Text2 <--------------- what is Variable type
resutl : out_Text2 <--------------- what is Variable type
@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