Using the Find Matching Patterns Activity, the result collection is of type System.Collections.Generic.IEnumerable<System.Text.RegularExpressions.Match> from which i want to find the index of a particular element in the collection.
E.g :- The Result is [250,500,1,2,5]. How to get index of 500