Regex Named Groups and Using Them in C#9 July 2020·4 minsWhile working on some regex this I learned something: regex named groups. Regex has the ability to name each matched group which is then easy to use in C#