Hi...I'm having a few problems regarding strings in a program.
Example: I have the string that contains
"Hi. I am new to the forum."
Next I input something...How do I code it so that my program can "respond" if the words "i am new" are contained in the string? All I can do is identify the whole string and not parts. Any help on that would be greatly appreciated.
And lastly, how do I get rid of case-sensitivity? So that anything I input is accepted regardless of capitals/lower-cases letters etc?
Thank-you very much in advance!