So I'm trying to read from an input file into a string, where each word is put into a separate element, and each word is seperated by a space, punctuation, or a number.
Like:
hello1i am a,boy.
is five words, hello, i, am, a, and boy.
below is my code, and I know it isn't doing what I have said, but I really need some help getting off the ground. Eventually it needs to find unique word counts given an input string. But for now, any help will do! thanks!!