The string is in the format:
$N_1 N_2 L_1 L_2$
Under the following conditions:
$N_1$ and $N_2$ can be numbers 0-9, and $L_1$ and $L_2$ can be letters A-Z.
Initially, I thought it would just be $(99 x 26^2)-26=66,898$ but I have a feeling I'm missing something.
Thanks
As the permutations of the resulting string should all be unique, then:
Thus there are $10\cdot 9\cdot 26\cdot 25 = 58500$ possible combinations.
EDIT
If there are no restrictions for permutations, then there are $10^2 26^2$ possible ways to construct the string.
There are 4 possibilities (in brackets is the number of unique permutations of the resulting string):