Regex Failing to Capture IPv6 Addresses Properly in C# using System.Text.RegularExpressions
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-06-13
regex ipv6 csharp
I'm working on a C# application that needs to validate and capture IPv6 addresses from various text inputs. I've used the `System.Text.RegularExpressions` names...