answersLogoWhite

0

You're probably mixing up terms here as QWERTY is the name given to a standard English keyboard; there is no such thing as a "QWERTY word". If you simply want to test if a given word is composed of letters, digits or other symbols within a given subset of characters, then use the String.IndexOfAny() method to compare each character in turn against a fixed array of accepted characters.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How do you Write a function prototype for a function named printStars that accepts no arguments and returns no data?

void printStarts (void);


What is meant by void abcint?

void abc(int); is a function declaration. The declared function has no return value, is named abc and accepts one integer argument by value.


How would you write a function prototype for a function named calcAreaReact that accepts two arguments width and length and returns the area.?

double calcAreaRect (double a, double b);


Where can you meet Pope Benedict?

Pope Benedict is now retired and, as best I can determine, accepts few visitors.


How can one determine a Bronsted-Lowry acid and base?

A Bronsted-Lowry acid is a substance that donates a proton (H) in a chemical reaction, while a Bronsted-Lowry base is a substance that accepts a proton. To determine if a substance is a Bronsted-Lowry acid or base, you can look at its behavior in a reaction - if it donates a proton, it is an acid, and if it accepts a proton, it is a base.


Write a function prototype named test that accepts two parameters an integer and character and returns a float?

float test(int, char);


Does a function that takes a value or values and performs an operation return a result to the caller?

Not necessarily. A function that accepts one or more arguments may process those arguments but need not return any value to the caller. In this case the function simply returns void.


How do you Write a program in 'c' language which accepts int numbers from the users print its reverse number x function which return value?

question clarity


Design a function named max that accepts two integer values as arguments and returns the value that is greater of the two For example if 7 and 12 are passed as arguments to the function the function?

The function already exists in PHP and is even called max(); Otherwise use: function max ($one, $two) { return $one > $two ? $one : $two; }


What is the plural of accept?

The plural of "accept" is "accepts."


Present s-form for accept?

he/she accepts


What is encoder explain in brief?

An encoder is a digital circuit which accepts one of the inputs and converts it into BCD or Binary Coded Output. It performs the reverse function of that of a decoder.