How to write an alphanumeric identifier

Solved
Yoann -  
 Yoann -
Hello, ladies and gentlemen, I would like some information please on how to write an identifier in alphanumeric format. Thank you for your help.

Configuration: Android / Chrome 87.0.4280.66

1 answer

  1. jee pee Posted messages 31883 Registration date   Status Moderator Last intervention   9 979
     
    Hello,

    We are missing all the context, which is important for such a designation.

    Stricto sensu, an alphanumeric identifier should be an identifier consisting of letters and numbers: "abcd1234". But if we are not interested in the content of the identifier but rather in its type, "12345678" or "abcdefg" could then be suitable.

    --
            a stranger is a friend we haven't met yet.
    0
    1. Yoann
       
      I didn't understand everything, I'll try. Thank you very much for this information. Have a good evening.
      1
      1. baladur13 Posted messages 47322 Registration date   Status Moderator Last intervention   14 387 > Yoann
         
        Hello
        12345 is an identifier made up of 5 digits it is numeric
        abcde is an identifier made up of 5 letters from the alphabet

        12ab3 is an identifier of 5 alphanumeric characters (letters from the alphabet and digits).

        Is that clearer?
        4
      2. Yoann > baladur13 Posted messages 47322 Registration date   Status Moderator Last intervention  
         
        Ah yes, okay I understand, thank you very much, have a good evening and all the best.
        0