Skip to main content

Overview of all the posts on Gerald's blog

2022


2021


2020


Regex Named Groups and Using Them in C#

·4 mins
While 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#