Hello.

I have a simple question.

If I wanna search for . I use this way.

Code:
word.find('.')!= string::npos
is it possible to search for like ',.!' etc? To search for more symbols instead of using that code again, and again like:

Code:
word.find('.')!= string::npos || word.find(',')!= string::npos
Your Sincerly Lovelace