How to Use a C# Regex MatchCollection With LINQ
Here is a code snippet which accomplishes these following goals:
It marries a C# Regular Expression MatchCollection to a property list using Linq.
It uses a Regex Pattern which creates named capture groups which Linq can easily exploit in the join of two data lists.
Let me show you the code. Don’t get hung up on the pattern [...]

Read Users' Comments (0)