function that counts words in a string & function counts consonants in a stringHi, I hope this code help you. [code] #include <stdio.h> #include <string.h> #include <ctype.h> ...
find all substring in a stringHi, I am not sure if what I did is what you need, but here is what I did you can test it. [code] #...
A simple translator (.txt)Here is a C code that does what you ask for. But it only trigger lower case letters and not all of t...
Reading a string from text fileThere are many powerful tools to search for a specific patterns with regular expressions. You can us...
This user does not accept Private Messages