I am trying to find a way to use special characters in a function so I can use that reference later when I want to check if the character from the random word or a password to verify if its a special character...
P.S. it should be similar to isalpha, islower, isupper, isdigits, but how was the function look like??
here's what i have so far...
when i test it into my program it just stop after one character, unlike the other function I can go on detect each character... there must be something wrong with my loop in my " isSpecial(ch) "