All Questions
1 question
-2
votes
1
answer
509
views
Program to look at the first say 5 characters of a word and return a string if that string is actually the first 5 characters of a word?
For example, say I have a string and it has the letters:
RDNAL
This is not an actual English word or it doesn't start an actual english word, so the program would skip this string and would avoid it....