answersLogoWhite

0

It means no numbers, punctuation or any other symbols.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

What is alphabetic check?

ensures that user enters only alphabetic data into the field.


What does it mean when a user name must be 3 characters only letters and digets?

When a username must consist of only 3 characters that can be letters and digits, it means that the name you choose must be exactly three characters long and can include any combination of alphabetic characters (A-Z, a-z) and numeric digits (0-9). This requirement is often implemented to ensure simplicity and uniformity in user identification. Additionally, limiting the length to three characters can help streamline account creation and management processes.


Startup logon password contain 12 alphabetic and four diget but logon window typing only 11 alphabetic how can logon?

If the logon window is only accepting 11 alphabetic characters, you may need to check for any specific requirements or limitations set by the system. It's possible that the first 11 characters of your 12-character password are needed, or there could be an issue with the password input field. Try entering the first 11 characters of your password followed by the 4 digits. If that doesn't work, consider reaching out to your IT support for assistance.


The difference between numeric and alphabetic?

Numeric characters are used to represent numbers, typically in a mathematical context, and include digits 0-9. Alphabetic characters, on the other hand, represent letters of the alphabet, typically used in language and communication. In computing, numeric characters are typically used for mathematical operations, while alphabetic characters are used for text input and manipulation.


What is alphanumeric coding?

Alphanumeric characters include all letter and number characters. Three codes for this may be lowercase letter, uppercase letter, and digit.


What does w - x mean written virtically?

Unfortunately we cannot see the formatting of your mathematical expression. Please resubmit using alphabetic characters and punctuation only so that answerers can read the question.


How do you detect whether an AA string has only alphabetic characters?

Test each character individually: bool is_alphabetic (char* str) { char c; while ((c=*str++) != '\0') // read a character and advance to the next until c is the null-terminator if ((c<'a' c>'z') && (c<'A' c>'Z')) return false; // c is a non-alphabetic character return true; // all characters were within the range ['a':'z'] or ['A':'Z'] }


What does x y equal in chemical equations?

It appears that some symbols may be missing from your question. When you resubmit your question please take care to write them using only alphabetic characters so that answerers can see them.


How many characters can a Twitter username be?

There is no minimum number of characters that a Twitter username has to have. You can have a username with only one character, if you would like. There is a maximum number of characters that a username can have, though. A username cannot be longer than 15 characters.


A file name can have a maximum of 255 characters including spaces The only characters not allowed are the?

space or hypen


A file name can have a maximum of 255 characters, including spaces The only characters not allowed are the?

space or hypen


What is alphabetic chars only?

In computer programming, a string can be made up of; all numbers (a numeric string,) all letters, (an alphabetic string,) or a mixture of numbers, letters, and symbols, (an alphanumeric string.)