CodexBloom - AI-Powered Q&A Platform

Regex Not Matching Custom Alphanumeric IDs with Specific Lengths in C# - Handling Edge Cases

👀 Views: 1 💬 Answers: 1 📅 Created: 2025-06-05
regex c# .net

I'm trying to validate a set of custom alphanumeric IDs in C# that must be exactly 8 characters long, consisting of 4 uppercase letters followed by 4 digits, fo...