Skip to content
makolyte

makolyte

Solve real coding problems

  • About
  • C#
  • SQL

regex-matches

C# – Using regex capturing groups to extract data

01/25/202503/29/2020 by Mak

In regex, capturing groups give you a way to save text and refer to it later. Capturing groups can be named, and referred to by their name. When they aren’t named, you refer to them by their index number. In this article, I’ll show how to use named capturing groups by solving the problem of … Read more

Categories C# Tags convert-toint32, foreach, list, list-add, regex, regex-matches, string
About โ€ข Privacy Policy
© 2025 makolyte