I haven\'t been able to find anything online regarding this. There\'s RegexOptions, but it doesn\'t have Global as one of its options. The inline modifiers list also doesn
You're looking for the Regex.Matches method (plural), which returns a collection containing all of the matches in the original string.