Asp.net – regex matching first numeric second alpha third numeric fourth numeric
I need a regex for the following pattern: Total of 4 characters (numeric, alpha, numeric, numeric). first character must be a number(0-9) second character must be a number(A-M i should not come) -> this refer to month jan to dec…