List Question
20 TechQA 2020-12-02T04:01:02.540000How do I check if there is a special character in a string in C++ using isalpha?
1.8k views
Asked by time_in_real_time
Trying to make a loop which counts letters but not spaces
192 views
Asked by BlueKhakis
How to retain only alphabets from a string of words
136 views
Asked by Swayam Shah
C Program to count number of alphabets in a word giving error
443 views
Asked by Ganesh Mallya
Python problem with import curses.ascii.*
5.3k views
Asked by IProblemFactory
Tilde TRUE with isalpha() returns -2 not FALSE
168 views
Asked by OD1995
How can you restrict user to only input alphabets in Python?
643 views
Asked by Zane
isalpha giving True for some Sinhala words
43.9k views
Asked by cmgchess
Python - How to stop a number being added to my list - isalpha()
79 views
Asked by Zursen
isalpha() function not working for spaces in string
366 views
Asked by purple_tulip
Count the number of letters, digits and special characters in C program
582 views
Asked by singkit
How can i fix my code to ignore the spaces when recognizing special characters in a string?
290 views
Asked by ronny
Deleting isalpha out of function, causes it to return 0 all the time
98 views
Asked by wolffsen
Making a small calculator program, need to check if user input is a letter
424 views
Asked by AudioBubble
How to use an isalpha result to initiate an if statement?
3.5k views
Asked by Tom
C program for assigning elements of a matrix without letters
348 views
Asked by Kurly_Q
Program keeps returning Segmentation Fault
140 views
Asked by Muhammad Sohaib
What is the meaning of return value of isalpha (at other ctype.h functions)?
657 views
Asked by Osama El-Ghonimy