How to write an alphanumeric identifier
Solved
Yoann
-
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
Configuration: Android / Chrome 87.0.4280.66
1 réponse
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.
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.
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?