each group must be 2 characters, not less not more, I tried all {2} {,2} {2,} {2,2} and each of them had a problem to validate it with just 2 characters, another condition is that these 2-digits must be 6 groups (separated by: ), not less, not more. please advice how this regexp should be?
I did change to uppercase. I know lowercase validates too, but to have a harmony in log I do uppercase all of them as this is not nice to have both lower/upper case in log however both are valid.
PS. I got what you meant! Actually before it reaches to preg_match I do use strtoupper().