Four push
This commit is contained in:
@@ -23,7 +23,7 @@ namespace REG_MARK_LIB
|
||||
"174", "774", "177", "197", "199", "777", "797", "799", "178", "198", "778", "180", "181", "184", "185", "186", "196"
|
||||
};
|
||||
private static readonly char[] letters = { 'A', 'B', 'E', 'K', 'M', 'H', 'O', 'P', 'C', 'T', 'Y', 'X' };
|
||||
private static string pattern = @"^[ABEKMHOPCTYXАВЕКМНОРСТУХ]\d{3}[ABEKMHOPCTYXАВЕКМНОРСТУХ]{2}\d{2,3}$";
|
||||
private static string pattern = @"^[ABEKMHOPCTYXАВЕКМНОРСТУХ]\d{3}[ABEKMHOPCTYXАВЕКМНОРСТУХ]{2}(\d{2,3})$";
|
||||
public static bool CheckMark(string mark)
|
||||
{
|
||||
if (string.IsNullOrEmpty(mark))
|
||||
|
||||
Reference in New Issue
Block a user