Top "Char" questions

char typically refers to a character data-type, representing letters of text.

In Java, how to find if first character in a string is upper case without regex

In Java, find if the first character in a string is upper case without using regular expressions.

java string character-encoding char
How can I increment a char?

I'm new to Python, coming from Java and C. How can I increment a char? In Java or C, chars …

python char increment
Replace non ASCII character from string

I have strings A função, Ãugent in which I need to replace character like ç,ã,Ã with empty strings. How can …

java regex string replace char
Does C have a string type?

I have recently started programming in C, coming from Java and Python. Now, in my book I have noticed that …

c string char printf strcpy
Scanner method to get a char

What is the Scanner method to get a char returned by the keyboard in Java. like nextLine() for String, nextInt() …

java char java.util.scanner
cannot convert 'std::basic_string<char>' to 'const char*' for argument '1' to 'int system(const char*)'

I get this error: "invalid operands of types 'const char*' and 'const char [6]' to binary 'operator+'" when …

c++ string char system
Isn't the size of character in Java 2 bytes?

I used RandomAccessFile to read a byte from a text file. public static void readFile(RandomAccessFile fr) { byte[] cbuff = new …

java string char
Is it possible to convert char[] to char* in C?

I'm doing an assignment where we have to read a series of strings from a file into an array. I …

c char
What is the first character in the sort order used by Windows Explorer?

For example, in a Windows folder, if we create some files and name them 1.html, 2.txt, 3.txt, photo.jpg, zen.…

windows algorithm programming-languages char special-characters
How to get the ASCII value in JavaScript for the characters

Possible Duplicate: Convert character to ASCII code in Javascript my requirement is to get the ASCII value of the alphabet …

javascript char ascii