I am attempting to parse a string like the following using a .NET regular expression:
H3Y5NC8E-TGA5B6SB-2NVAQ4E0
and return the following u
Why use Regex? If the groups are always split by a -, can't you use Split()?