I want to create an own unique key which is 6 characters long and includes the following regex characters and numbers: [a-z][0-9] e.g.: 00000A, 00000B, ... 00000Z, 00001A, 00001B,...
I don't know how to create this algorithm of these regex formation.
Has someone an idea, how to create this algorithm?