There are several ways to get all of the matches of an expression over the source input, but the most popular probably has to be the Matches method which returns a MatchCollection . What most people don't know, and I didn't until recently, is that the...