Hello,
I want to generate a unique alphanumeric string having specific length and having specific characters used.
For example I want to create random string having several alphabets initially then
some numbers then some alphabets again.
e.g. (LETTER,NUMBER,LETTER,LETTER,NUMBER(A2EU7).
How can I create such string? Please help me. Thanks.